revuoxmrtheme/layouts/partials/bottom_nav_icons.html

7 lines
225 B
HTML
Raw Normal View History

2024-07-02 22:03:13 +00:00
{{ with .Site.Params.bottom_nav_icons }}
{{ range . }}
2024-07-03 19:15:11 +00:00
<a class="icon" href="{{ .link | safeURL }}" target="_blank">
2024-07-02 22:03:13 +00:00
<img src="/img/{{ .icon }}" alt="{{ .icon_alt }}" title="{{ .title }}" />
</a>
{{ end }}
{{ end }}