1
0
Fork 0
This commit is contained in:
Moritz »mo.« Sauer 2014-09-18 00:15:13 +02:00
parent b908e39e09
commit 3808888575
9 changed files with 53 additions and 24 deletions

View file

@ -17,8 +17,8 @@ permalink: "blog/archive/"
<dd class="accordion-navigation">
<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>
{% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elsif post.description %}{{ post.description | strip_html | escape }}{% endif %}
<a href="{{ site.url }}{{ post.url }}" title="Read {{ post.title escape_once }}"><strong>Read more </strong></a><br><br>
</div>
</dd>
{% assign counter=counter | plus:1 %}