fnp
/
static.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Nicer structure on main.
[static.git]
/
layout
/
text.j2
diff --git
a/layout/text.j2
b/layout/text.j2
index
e6c4c29
..
992a804
100644
(file)
--- a/
layout/text.j2
+++ b/
layout/text.j2
@@
-10,15
+10,7
@@
Materiały dla wyższych uczelni
<header>
<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>
<nav>
@@
-46,21
+38,13
@@
Materiały dla wyższych uczelni
<section class="main">
{% block main %}
<section class="main">
{% block main %}
-<section id="lead">
- {%- filter markdown -%}
- {%- block lead -%}
- {%- endblock -%}
- {%- endfilter -%}
-</section>
-
{% filter markdown -%}
{%- block text -%}
{%- endblock -%}
{%- endfilter %}
{% filter markdown -%}
{%- block text -%}
{%- endblock -%}
{%- endfilter %}
-</section>
-
{% endblock %}
{% endblock %}
+</section>
<nav>
<nav>