diff --git a/i2p2www/pages/global/layout.html b/i2p2www/pages/global/layout.html index 3f03fbd3..a1cda128 100644 --- a/i2p2www/pages/global/layout.html +++ b/i2p2www/pages/global/layout.html @@ -13,6 +13,7 @@ {%- block headextra %}{% endblock %} +{%- if g.theme == "duck" %}
{{ _('Skip navigation') }}

I2P

@@ -38,5 +39,43 @@ +{%- else %} +
+
+
+ I2P Logo +
+
{{ self.title() }}
+ {% include "global/lang.html" %} +
+ +
+
+
+ +
+ +
+ {%- if self.content() %} + {{ self.content() }} + {%- else %} + {{ self.content_outer() }} + {%- endif %} + +
+
+{%- endif %}