hugo-PaperMod/layouts/partials/indexProfileButtons.html

7 lines
191 B
HTML
Raw Normal View History

{{ range . -}}
<span class="button">
<a href="{{ .url }}" rel="noopener" title="{{ .name | humanize }}">
<span class="button-inner">{{ .name }}</span>
</a>
</span>
{{- end -}}