mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 19:09:02 +00:00
5 lines
164 B
HTML
5 lines
164 B
HTML
{{ range . -}}
|
|
<a class="button" href="{{ .url }}" rel="noopener" title="{{ .name | humanize }}">
|
|
<span class="button-inner">{{ .name }}</span>
|
|
</a>
|
|
{{- end -}} |