summaryrefslogtreecommitdiff
path: root/page.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-01-22 16:23:44 +0100
committerJonas Smedegaard <dr@jones.dk>2015-01-22 16:23:44 +0100
commit80c09a21c7e5ff2def45a3a3d76b81dc4c017d31 (patch)
tree7a8b68cfa27507bcca494a12ca76506a2e802855 /page.tmpl
parentf823e522455c9187c079d4b53368b191ad9c54a5 (diff)
Merge (manually) branches 'bars', 'h1title', 'h5bp-da' and 'langsbottom' into plaintitle-da
Diffstat (limited to 'page.tmpl')
-rw-r--r--page.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/page.tmpl b/page.tmpl
index bd341dc..7438923 100644
--- a/page.tmpl
+++ b/page.tmpl
@@ -129,7 +129,7 @@
<div id="pagebody">
-<TMPL_IF HTML5><section id="content"><TMPL_ELSE><div id="content"></TMPL_IF>
+<TMPL_IF HTML5><section id="content" role="main"><TMPL_ELSE><div id="content"></TMPL_IF>
<h1><TMPL_VAR TITLE></h1>
<TMPL_VAR CONTENT>
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
@@ -142,7 +142,7 @@
<TMPL_UNLESS DYNAMIC>
<TMPL_IF COMMENTS>
-<TMPL_IF HTML5><section id="comments"><TMPL_ELSE><div id="comments"></TMPL_IF>
+<TMPL_IF HTML5><section id="comments" role="complementary"><TMPL_ELSE><div id="comments"></TMPL_IF>
<TMPL_VAR COMMENTS>
<TMPL_IF ADDCOMMENTURL>
<div class="addcomment">
@@ -171,7 +171,7 @@
</TMPL_IF>
</TMPL_UNLESS>
-<TMPL_IF HTML5><footer id="footer" class="pagefooter"><TMPL_ELSE><div id="footer" class="pagefooter"></TMPL_IF>
+<TMPL_IF HTML5><footer id="footer" class="pagefooter" role="contentinfo"><TMPL_ELSE><div id="footer" class="pagefooter"></TMPL_IF>
<TMPL_UNLESS DYNAMIC>
<TMPL_IF HTML5><nav id="pageinfo"><TMPL_ELSE><div id="pageinfo"></TMPL_IF>