footer icons working

This commit is contained in:
brooke 2024-05-23 21:48:53 -04:00
parent f6d6c29cac
commit 7b6cd80ee8

View file

@ -9,13 +9,13 @@
</a>
{{ end }}
</div>
{{/* <div class="flex flex-row gap-2">
{{ range .Site.Socials.main }}
<a target="_blank" href="{{ .URL | safeURL }}">
{{ .Icon | safeHTML }}
<div class="flex flex-row gap-2">
{{ range .Site.Params.social.main }}
<a target="_blank" href="{{ .url | safeURL }}">
{{ .icon | safeHTML }}
</a>
{{ end }}
</div> */}}
</div>
</div>
<div class="h-px bg-gray-700 w-9/12"></div>
<div class="grid grid-cols-2 justify-between w-9/12">