Index: templates/default.tmpl |
=================================================================== |
--- a/templates/default.tmpl |
+++ b/templates/default.tmpl |
@@ -111,17 +111,17 @@ |
{% endfor %} |
</ul> |
</li> |
</ul> |
<a href="#" id="hamburger"></a> |
</nav> |
</header> |
- <div id="content" {% if localefile == "index" %}class="{{page}}"{% endif %}> |
+ <div id="content" class="container {{ localefile == "index" and page }}"> |
{% if abbnotification %} |
<? include abb-notification ?> |
{% endif %} |
{% if not noheading %} |
<h1>{{title|translate("title")}}</h1> |
{% endif %} |
{% if not notoc %} |