hugo-PaperMod/layouts/partials/indexProfileButtons.html
2020-09-20 17:05:19 +05:30

5 lines
164 B
HTML

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