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>
|
||||
</header>
|
||||
|
||||
<section id="content">
|
||||
<main id="content">
|
||||
${contents}
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<ul class="inline-list">
|
||||
|
Loading…
Reference in New Issue
Block a user