I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 5f235ec1 authored by str4d's avatar str4d
Browse files

Use HTML5 <article> tag in duck's layout

parent 97c0cee6
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment