From c102b125743523ddac625f5ca9ee90da246cc646 Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Sat, 4 Jul 2026 22:04:31 +0200 Subject: more blog related modifications --- content/blog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/blog.md (limited to 'content/blog.md') diff --git a/content/blog.md b/content/blog.md new file mode 100644 index 0000000..016afa9 --- /dev/null +++ b/content/blog.md @@ -0,0 +1,10 @@ +--- +title: Blog +layout: page +--- +
{% for post in collections.blog | reverse %} + +

{{ post.data.title }}

+ {{ post.date | date }}{{ post.url }} +

{% endfor %} +
-- cgit v1.3-7-ge9ab