Changing section element to main in template

This should be more appropriate according to HTML specs
This commit is contained in:
Jeff Avallone 2014-12-21 14:03:52 -05:00
parent fe645a7c4b
commit d4261029fb
1 changed files with 2 additions and 2 deletions

View File

@ -33,9 +33,9 @@
</nav>
</header>
<section id="content">
<main id="content">
${contents}
</section>
</main>
<footer>
<ul class="inline-list">