footer icons working
This commit is contained in:
parent
f6d6c29cac
commit
7b6cd80ee8
1 changed files with 5 additions and 5 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue