diff --git a/i2p2www/pages/global/layout.html b/i2p2www/pages/global/layout.html index 21b99450f2746fd81296b27fe45696b108cc0985..eec2cb50910c79200ee36a1d2a0c2c38775cf2c2 100644 --- a/i2p2www/pages/global/layout.html +++ b/i2p2www/pages/global/layout.html @@ -41,7 +41,7 @@ {%- if g.theme != "danimoth" %} <div id="content"> {% block content_outer %} - <div class="inner"> + <article class="inner"> {%- if self.lastupdated() or self.accuratefor() -%} <div class="lastupdated"> This page {% if self.lastupdated() %}was last updated in {% block lastupdated %}{% endblock %}{% endif -%} @@ -50,7 +50,7 @@ </div> {% endif %} {% block content %}{% endblock %} - </div> + </article> {% endblock %} </div> <footer>