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>