From 5f235ec11568166361c6d49ee9f765321d4e875e Mon Sep 17 00:00:00 2001 From: str4d Date: Sun, 23 Dec 2012 12:05:10 +0000 Subject: [PATCH] Use HTML5
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 21b99450..eec2cb50 100644 --- a/i2p2www/pages/global/layout.html +++ b/i2p2www/pages/global/layout.html @@ -41,7 +41,7 @@ {%- if g.theme != "danimoth" %}
{% block content_outer %} -
+
{%- if self.lastupdated() or self.accuratefor() -%}
This page {% if self.lastupdated() %}was last updated in {% block lastupdated %}{% endblock %}{% endif -%} @@ -50,7 +50,7 @@
{% endif %} {% block content %}{% endblock %} -
+
{% endblock %}