Update subtitle to subheadline
This commit is contained in:
parent
9d7b40e9ca
commit
911dca9218
20 changed files with 23 additions and 23 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue