revuoxmrtheme/layouts/partials/bottom_nav_icons.html
2024-07-03 12:15:11 -07:00

7 lines
No EOL
225 B
HTML

{{ with .Site.Params.bottom_nav_icons }}
{{ range . }}
<a class="icon" href="{{ .link | safeURL }}" target="_blank">
<img src="/img/{{ .icon }}" alt="{{ .icon_alt }}" title="{{ .title }}" />
</a>
{{ end }}
{{ end }}