forked from I2P_Developers/i2p.www
Consistent content positioning
This commit is contained in:
@@ -53,7 +53,8 @@
|
||||
<h1>{{ self.title() }}</h1>
|
||||
</div>
|
||||
|
||||
<main role="main" class="inner{% if self.content_nav() or self.sidebar() or self.lastupdated() or self.accuratefor() %} two-col{% endif %}">
|
||||
<main role="main" class="inner">
|
||||
<div class="fluid">
|
||||
{% if self.content_nav() or self.sidebar() or self.lastupdated() or self.accuratefor() -%}
|
||||
<aside class="sidebar">
|
||||
{% if self.content_nav() -%}
|
||||
@@ -88,9 +89,10 @@
|
||||
</aside>
|
||||
{%- endif %}
|
||||
|
||||
<article class="content-inner{% if self.content_nav() or self.sidebar() or self.lastupdated() or self.accuratefor() %} two-col{% endif %}">
|
||||
<article class="content-inner">
|
||||
{% block content %}{% endblock %}
|
||||
</article>
|
||||
</div>
|
||||
</main>
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user