Fork Mainroad

This commit is contained in:
Greg Hellings
2024-04-22 01:38:32 -05:00
parent 45efd643e9
commit 1daa5edd31
102 changed files with 10349 additions and 1 deletions
@@ -0,0 +1,8 @@
{{- with .Site.Menus.footer }}
<div class="footer__links">
{{ range $key, $value := . }}
{{- if ne $key 0 }} | {{ end -}}
<a class="footer__link" href="{{ $value.URL }}">{{ $value.Name }}</a>
{{- end }}
</div>
{{- end }}