Changing section element to main in template
This should be more appropriate according to HTML specs
This commit is contained in:
parent
fe645a7c4b
commit
d4261029fb
@ -33,9 +33,9 @@
|
|||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section id="content">
|
<main id="content">
|
||||||
${contents}
|
${contents}
|
||||||
</section>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<ul class="inline-list">
|
<ul class="inline-list">
|
||||||
|
Loading…
Reference in New Issue
Block a user