Nicer structure on main.
[static.git] / layout / text.j2
index e6c4c29..992a804 100644 (file)
@@ -10,15 +10,7 @@ Materiały dla wyższych uczelni
 
 <header>
 
-<h1>
-    {% block top_title %}{{ title() }}{% endblock %}
-    {% if resource.meta.author -%}
-        <div class="author">
-            {{ resource.meta.author }}<br/>
-            {{ resource.meta.author_add }}
-        </div>
-    {%- endif %}
-</h1>
+<h1>{% block top_title %}{{ title() }}{% endblock %}</h1>
 
 
 <nav>
@@ -46,21 +38,13 @@ Materiały dla wyższych uczelni
 <section class="main">
 {% block main %}
 
-<section id="lead">
-    {%- filter markdown -%}
-        {%- block lead -%}
-        {%- endblock -%}
-    {%- endfilter -%}
-</section>
-
 {% filter markdown -%}
     {%- block text -%}
     {%- endblock -%}
 {%- endfilter %}
 
-</section>
-
 {% endblock %}
+</section>
 
 
 <nav>