Add paige_social.html

This commit is contained in:
Will Faught
2022-12-11 17:59:44 -08:00
parent 2678b8b107
commit 0686e8aa37
2 changed files with 10 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
{{ if .Site.Social }}
<section>
<div class="pb-3 text-center">
{{ range $k, $v := .Site.Social }}
<a href="{{ $v }}"><i class="bi bi-{{ $k }} lead px-2"></i></a>
{{ end }}
</div>
</section>
{{ end }}