Skip to content
Snippets Groups Projects
Unverified Commit 4ef79036 authored by Aditya Telange's avatar Aditya Telange Committed by GitHub
Browse files

Fix W3 validator warning: Section lacks heading for `home_info` (#857)

Use `div` instead of `section` element, because already an `article` element.
parent c6e9568c
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,9 @@
<header class="entry-header">
<h1>{{ .Title | markdownify }}</h1>
</header>
<section class="entry-content">
<div class="entry-content">
<p>{{ .Content | markdownify }}</p>
</section>
</div>
<footer class="entry-footer">
{{ partial "social_icons.html" site.Params.socialIcons }}
</footer>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment