diff --git a/content/pages/homepage.html b/content/pages/homepage.html index 40d833e..ff54338 100644 --- a/content/pages/homepage.html +++ b/content/pages/homepage.html @@ -98,14 +98,15 @@

Blog

+
{% for article in categories|category_find("blog")|limit(4) %} -

{{ article.title }}

{{ article.summary|striptags|e }}

+
{% endfor %} View all posts