forked from I2P_Developers/i2p.www
Fixed accidental movement of content_outer block
This commit is contained in:
@ -19,8 +19,8 @@
|
||||
{% include "global/nav.html" %}
|
||||
</div>
|
||||
<div id="content">
|
||||
{% block content_outer %}
|
||||
<div class="inner">
|
||||
{% block content_outer %}
|
||||
{%- if self.lastupdated() or self.accuratefor() -%}
|
||||
<div class="lastupdated">
|
||||
This page {% if self.lastupdated() %}was last updated in {% block lastupdated %}{% endblock %}{% endif -%}
|
||||
|
Reference in New Issue
Block a user