fix validator error: ul inappropriate here, replaced with div

This commit is contained in:
Michael Romero 2018-11-12 23:52:37 -08:00
commit 9f46adea96

View file

@ -16,9 +16,9 @@
{{ if $.Param "socialShare" }} {{ if $.Param "socialShare" }}
<hr/> <hr/>
<section id="social-share"> <section id="social-share">
<ul class="list-inline footer-links"> <div class="list-inline footer-links">
{{ partial "share-links" . }} {{ partial "share-links" . }}
</ul> </div>
</section> </section>
{{ end }} {{ end }}