Template
1
0
Fork 0
goth.stack/pages/templates/partials/iconlinks.html
2024-06-03 15:16:53 -06:00

5 lines
No EOL
151 B
HTML

{{define "iconlinks"}}
<a class="fill-white hover:fill-pink-500" href={{.Href}} target="_blank" rel="me" aria-label={{.Name}}>
{{.Icon}}
</a>
{{end}}