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