Change social links wrapper tag to nav

master
Will Faught 3 years ago
parent 2e75eed6dd
commit b36c1b47cd

@ -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 }}

Loading…
Cancel
Save