Update tags.html

This commit is contained in:
Altonss 2022-08-21 15:39:18 +02:00 committed by GitHub
parent 80c01b6128
commit 1ecbffed83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
<ul class="pa0">
{{ range .Params.tags }}
<li class="list di">
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}" class="link f5 grow no-underline br-pill ba ph3 pv2 mb2 dib black sans-serif">
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}" class="link f5 grow no-underline br-pill ba ph3 pv2 mb2 dib black">
{{- . -}}
</a>
</li>