diff --git a/_includes/pagination.html b/_includes/pagination.html index a87760f..410903a 100644 --- a/_includes/pagination.html +++ b/_includes/pagination.html @@ -5,19 +5,21 @@ Total paginate-pages: {{ paginator.total_pages }} --> - {% for post in paginator.posts %} -
{% if post.subtitle %}{{ post.subtitle }}{% endif %} {{ post.date | date: "%d.%m.%Y" }} · {% if post.categories %}{{ post.categories | join: ' · ' }}{% endif %}
-
- {% if post.image.thumb %}{% endif %}
- {{ post.description }}
- Read more ›
-
{% if post.subtitle %}{{ post.subtitle }}{% endif %} {{ post.date | date: "%d.%m.%Y" }} · {% if post.categories %}{{ post.categories | join: ' · ' }}{% endif %}
+
+ {% if post.image.thumb %}{% endif %}
+
+ {% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elsif post.description %}{{ post.description | strip_html | escape }}{% endif %}
+
+ Read more ›
+