diff --git a/source/blog.html b/source/blog.html index 802221f6..de4ec865 100644 --- a/source/blog.html +++ b/source/blog.html @@ -10,8 +10,11 @@ use: ---

Blog

- +{% for post in page.pagination.items %} +
+

{{ post.title }}

+ {% if post.blocks.excerpt %} + {{ post.blocks.excerpt | raw }} + {% endif %} + +{% endfor %}