From 61eb072cf478b1749b2ed6fce163add81dfff84e Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Tue, 7 Jul 2026 16:53:36 +0200 Subject: bro i REALLY gotta learn how to do micro commits --- content/blog.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'content/blog.md') diff --git a/content/blog.md b/content/blog.md index 016afa9..cf039a5 100644 --- a/content/blog.md +++ b/content/blog.md @@ -2,9 +2,4 @@ title: Blog layout: page --- -
{% for post in collections.blog | reverse %} - -

{{ post.data.title }}

- {{ post.date | date }}{{ post.url }} -

{% endfor %} -
+{% include "blog-list.njk" %} -- cgit v1.3-7-ge9ab