thrrgilag.net/themes/binario/layouts/partials/footer_menu.html
Morgan McMillian 022c04d286 new site theme
2019-09-07 12:40:58 -07:00

7 lines
265 B
HTML

{{- with .Site.Menus.footer }}
<div class="footer__links{{ if $.Site.Params.social }} mt{{ end }}">
{{ range $key, $value := . }}
{{- if ne $key 0 }} • {{ end }}<a class="footer__link" href="{{ $value.URL }}">{{ $value.Name }}</a>
{{- end }}
</div>
{{- end }}