diff --git a/_includes/pagination.html b/_includes/pagination.html index d6d3c63..5bd726e 100644 --- a/_includes/pagination.html +++ b/_includes/pagination.html @@ -1,9 +1,9 @@ {% comment %} -* This loops through the paginated posts +* This loops through the paginated posts * * Total posts: {{ paginator.total_posts }} * Total paginate-pages: {{ paginator.total_pages }} -* +* {% endcomment %} @@ -13,9 +13,7 @@
{% if post.categories %}{{ post.categories | join: ' · ' }}{% endif %} – {% if post.subheadline %}{{ post.subheadline }}{% endif %}
- {% if post.image.thumb %}{% endif %}
-
- {% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elsif post.teaser %}{{ post.teaser | strip_html | escape }}{% endif %}
+ {% if post.image.thumb %}
{% endif %}{{ post.excerpt | remove: '
' | remove: '
' }}