New humans.txt and updated Compress Layout
This commit is contained in:
parent
3a3f8e693e
commit
afe5307a29
5 changed files with 35 additions and 12 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Reference in a new issue