mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
df457f7514
ex. params: profileMode: buttons: - name: Archive url: "/archive" - name: Github url: "https://github.com/"
7 lines
191 B
HTML
7 lines
191 B
HTML
{{ range . -}}
|
|
<span class="button">
|
|
<a href="{{ .url }}" rel="noopener" title="{{ .name | humanize }}">
|
|
<span class="button-inner">{{ .name }}</span>
|
|
</a>
|
|
</span>
|
|
{{- end -}} |