Ronalds Vilciņš

04Mab%!0rD

Delimiter separated tags in Hugo

The example below uses tags with comma as delimiter.

<strong>{{ Tags: }}</strong>
{{ range $key, $value := .Params.tags }}
   <a href="/tags/{{ $value | urlize }}">{{ $value }}</a>{{ if ne $key (sub (len $.Params.tags) 1) }}, {{ else }}{{ end }}
{{ end }}