Change social links wrapper tag to nav
This commit is contained in:
@@ -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 }}
|
||||||
|
Reference in New Issue
Block a user