omegamma/layouts/partials/social-buttons.html
2021-09-26 17:39:36 +02:00

7 lines
230 B
HTML

{{ $lang := .Lang }}
{{ range .Buttons }}
<a rel="me" role="button" alt="{{ .name }}" title="{{ .name }}" href="{{ replace .URL "<lang>" $lang }}">
<i class="icon-{{ .icon }}" alt="{{ .icon }} social icon"></i>
</a>
{{ end }}