fix validator error: ul inappropriate here, replaced with div
This commit is contained in:
parent
7bced23614
commit
9f46adea96
1 changed files with 2 additions and 2 deletions
|
|
@ -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 }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue