1
0
Fork 0

New humans.txt and updated Compress Layout

This commit is contained in:
Moritz »mo.« Sauer 2015-03-11 10:26:30 +01:00
parent 3a3f8e693e
commit afe5307a29
5 changed files with 35 additions and 12 deletions

View file

@ -15,9 +15,9 @@ format: video
{% if page.subheadline %}<p class="subheadline t30">{{ page.subheadline }}</p>{% endif %}
<h1>{{ page.title }}</h1>
</header>
{% if page.description %}
{% if page.teaser %}
<p class="teaser">
{{ page.description }}
{{ page.teaser }}
</p>
{% endif %}