blogamore/layouts/partials/taxonomy/metatag.html

9 lines
371 B
HTML

{{ with (index .Params .Ident) }}
<i data-feather="{{ $.Feather }}"></i>
<i class="bi bi-tag"></i> <!-- TODO: umstellen auf bootstrap-icons??? -->
{{ range . }}
{{ $href := print (absURL (printf "%s/" $.Ident)) (urlize .) }}
<a class="btn btn-sm btn-outline-dark tag-btn" href="{{ $href | relURL }}">{{ . }}</a>
{{ end }}
<i class="mx-2"></i>
{{ end }}