1
0
Fork 0

Use the post excerpt for now

This commit is contained in:
Luca Beltrame 2015-05-24 11:22:08 +02:00
parent 4c4d9c5696
commit d73651fc6e

View file

@ -18,7 +18,8 @@ permalink: "archive/"
<dd class="accordion-navigation">
<a href="#panel{{ counter }}"><span class="iconfont"></span> {% if post.subheadline %}{{ post.subheadline }} {% endif %}<strong>{{ post.title }}</strong></a>
<div id="panel{{ counter }}" class="content">
{% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elsif post.teaser %}{{ post.teaser | strip_html | escape }}{% endif %}
{{ post.excerpt | remove: '<p>' | remove: '</p>' }}
<!-- {% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elsif post.teaser %}{{ post.teaser | strip_html | escape }}{% endif %}-->
<a href="{{ site.url }}{{ post.url }}" title="Read {{ post.title escape_once }}"><strong>{{ site.data.language.read_more }}</strong></a><br><br>
</div>
</dd>