From 5f235ec11568166361c6d49ee9f765321d4e875e Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Sun, 23 Dec 2012 12:05:10 +0000
Subject: [PATCH] Use HTML5 <article> tag in duck's layout

---
 i2p2www/pages/global/layout.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/i2p2www/pages/global/layout.html b/i2p2www/pages/global/layout.html
index 21b99450f..eec2cb509 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>
-- 
GitLab