mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 18:41:37 +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 -}} |