mirror of
https://github.com/rottenwheel/revuoxmrtheme.git
synced 2024-11-09 20:20:06 +00:00
7 lines
No EOL
225 B
HTML
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 }} |