1
0
Fork 0

Update subtitle to subheadline

This commit is contained in:
Moritz »mo.« Sauer 2014-09-16 09:33:17 +02:00
parent 9d7b40e9ca
commit 911dca9218
20 changed files with 23 additions and 23 deletions

View file

@ -15,7 +15,7 @@ layout: default
<article>
<header>
{% if page.subtitle %}<p class="subtitle">{{ page.subtitle }}</p>{% endif %}
{% if page.subheadline %}<p class="subheadline">{{ page.subheadline }}</p>{% endif %}
<h1>{{ page.title }}</h1>
</header>

View file

@ -14,7 +14,7 @@ layout: default
<article>
<header>
{% if page.subtitle %}<p class="subtitle">{{ page.subtitle }}</p>{% endif %}
{% if page.subheadline %}<p class="subheadline">{{ page.subheadline }}</p>{% endif %}
<h1>{{ page.title }}</h1>
</header>

View file

@ -10,7 +10,7 @@ layout: default
<div class="medium-8 columns">
<article>
<header>
{% if page.subtitle %}<p class="subtitle">{{ page.subtitle }}</p>{% endif %}
{% if page.subheadline %}<p class="subheadline">{{ page.subheadline }}</p>{% endif %}
{% if page.image.title %}<img src="{{ site.url }}/assets/img/{{ page.image.title }}" width="970" alt="{{ page.title escape_once }}">{% endif %}
<h1>{{ page.title }}</h1>
</header>

View file

@ -5,7 +5,7 @@ layout: default
<div class="medium-8 columns">
<article>
<header>
{% if page.subtitle %}<p class="subtitle">{{ page.subtitle }}</p>{% endif %}
{% if page.subheadline %}<p class="subheadline">{{ page.subheadline }}</p>{% endif %}
{% if page.image.title %}<img src="{{ site.url }}/assets/img/{{ page.image.title }}" width="970" alt="{{ page.title escape_once }}">{% endif %}
<h1>{{ page.title }}</h1>
</header>

View file

@ -14,7 +14,7 @@ layout: default
<article>
<header>
{% if page.subtitle %}<p class="subtitle">{{ page.subtitle }}</p>{% endif %}
{% if page.subheadline %}<p class="subheadline">{{ page.subheadline }}</p>{% endif %}
<h1>{{ page.title }}</h1>
</header>