1
0
Fork 0
This commit is contained in:
Moritz »mo.« Sauer 2015-02-18 12:08:23 +01:00
parent 74c2f9a235
commit f738190202
3 changed files with 5 additions and 3 deletions

View file

@ -65,7 +65,7 @@ format: blog-index
<p class="subheadline">{% if post.subheadline %}{{ post.subheadline }}{% endif %}</p>
<h2><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></h2>
<p>
{% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elsif post.description %}{{ post.description | strip_html | escape }}{% endif %}
{% 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>
</p>
{% endfor %}