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 @@ permalink: "blog/archive/"
{% assign counter = 1 %}
{% for post in site.posts limit:1000 %}
<dd class="accordion-navigation">
<a href="#panel{{ counter }}"><span class="entypo entypo-16"></span> {% if post.subtitle %}{{ post.subtitle }} {% endif %}<strong>{{ post.title }}</strong></a>
<a href="#panel{{ counter }}"><span class="entypo entypo-16"></span> {% if post.subheadline %}{{ post.subheadline }} {% endif %}<strong>{{ post.title }}</strong></a>
<div id="panel{{ counter }}" class="content">
{{ post.description }}
<a href="{{ site.url }}{{ post.url }}" title="Read {{ post.title escape_once }}"><strong>Read more </strong></a>