diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-03-20 21:00:24 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-03-20 21:00:24 +0100 |
commit | 9f7788296f30cc375fd6bec65daefe91dfccc781 (patch) | |
tree | c9aec608289758e92ab99cd129ec91dfc8a8c961 /page.tmpl | |
parent | 079bca1f1728dc4c44e84c3c001f08a5ca7fb599 (diff) |
Diffstat (limited to 'page.tmpl')
-rw-r--r-- | page.tmpl | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -129,8 +129,7 @@ <div id="pagebody"> -<TMPL_IF HTML5><section id="content"><TMPL_ELSE><div id="content"></TMPL_IF> -<h1><TMPL_VAR TITLE></h1> +<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> @@ -142,7 +141,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 +170,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> |