portfolio/themes/naej-ananke/layouts/partials/tags.html
2020-07-07 16:18:25 +02:00

10 lines
288 B
HTML

<ul class="pa0 flex flex-direction:row center">
{{ range .Params.tags }}
<li class="list">
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}" class="link f5 grow no-underline br-pill ba ph3 pv2 mb2 dib black sans-serif">
{{- . -}}
</a>
</li>
{{ end }}
</ul>