Template
1
0
Fork 0
goth.stack/pages/templates/partials/iconlinks.html

5 lines
151 B
HTML
Raw Normal View History

2024-04-12 11:31:41 -06:00
{{define "iconlinks"}}
<a class="fill-white hover:fill-pink-500" href={{.Href}} target="_blank" rel="me" aria-label={{.Name}}>
{{.Icon}}
</a>
{{end}}