summaryrefslogtreecommitdiff
path: root/page.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-01-22 16:14:20 +0100
committerJonas Smedegaard <dr@jones.dk>2015-01-22 16:14:20 +0100
commit50ea825ed93b9c1b14b33d96047b330238e53d1f (patch)
tree79d25cbf9d182dfeb5c3a770897e3aaf8b6fd719 /page.tmpl
parentad1b15bc336854512cb546b563549b420220b448 (diff)
parent3840019b1b04d8e072bb9a0673aa495c67571a54 (diff)
Merge branch 'da' into h5bp-dah5bp-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 f8aa39d..83d5d91 100644
--- a/page.tmpl
+++ b/page.tmpl
@@ -139,7 +139,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>
<TMPL_VAR CONTENT>
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
@@ -151,7 +151,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">
@@ -166,7 +166,7 @@
</div>
-<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>