mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
ba6d5c4620
add theme transition
7 lines
189 B
HTML
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 -}} |