Change social links wrapper tag to nav

This commit is contained in:
Will Faught
2022-12-17 22:11:13 -08:00
parent 2e75eed6dd
commit b36c1b47cd

View File

@@ -1,5 +1,5 @@
{{ with .Site.Social }} {{ with .Site.Social }}
<section> <nav>
<div class="mb-3 text-center"> <div class="mb-3 text-center">
{{ range $k, $v := . }} {{ range $k, $v := . }}
{{ if hasPrefix $v "mailto:" }} {{ if hasPrefix $v "mailto:" }}
@@ -9,5 +9,5 @@
{{ end }} {{ end }}
{{ end }} {{ end }}
</div> </div>
</section> </nav>
{{ end }} {{ end }}