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 @@ ...@@ -41,7 +41,7 @@
{%- if g.theme != "danimoth" %} {%- if g.theme != "danimoth" %}
<div id="content"> <div id="content">
{% block content_outer %} {% block content_outer %}
<div class="inner"> <article class="inner">
{%- if self.lastupdated() or self.accuratefor() -%} {%- if self.lastupdated() or self.accuratefor() -%}
<div class="lastupdated"> <div class="lastupdated">
This page {% if self.lastupdated() %}was last updated in {% block lastupdated %}{% endblock %}{% endif -%} This page {% if self.lastupdated() %}was last updated in {% block lastupdated %}{% endblock %}{% endif -%}
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</div> </div>
{% endif %} {% endif %}
{% block content %}{% endblock %} {% block content %}{% endblock %}
</div> </article>
{% endblock %} {% endblock %}
</div> </div>
<footer> <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