hugo-PaperMod/layouts/partials/indexProfileButtons.html
Aditya Telange ba6d5c4620
profileMode : improve buttons,
add theme transition
2020-08-29 10:41:20 +05:30

7 lines
189 B
HTML

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