You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<ul class="pa0"> |
|
{{ range .Params.categories }} |
|
<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>
|
|
|