summaryrefslogtreecommitdiff
path: root/page.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-01-22 15:22:47 +0100
committerJonas Smedegaard <dr@jones.dk>2015-01-22 15:22:47 +0100
commit676037fd99d9e6a4dc071fc962f05cf20d8c7341 (patch)
tree4524fc9ecf869578dabff039f4a65ddca235d528 /page.tmpl
parent67b676bd50fb475c3b6c314942be14b4677e426b (diff)
Sync with ikiwiki 3.20141016.1.
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 c886b22..c709c4f 100644
--- a/page.tmpl
+++ b/page.tmpl
@@ -134,7 +134,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>
@@ -146,7 +146,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">
@@ -161,7 +161,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>