From 126fa877f904a894e43c423fe19427e9221e36d1 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 24 Jan 2025 21:15:21 +0100 Subject: more tweaks --- _includes/posts.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 _includes/posts.html (limited to '_includes/posts.html') diff --git a/_includes/posts.html b/_includes/posts.html new file mode 100644 index 0000000..692e6ad --- /dev/null +++ b/_includes/posts.html @@ -0,0 +1,13 @@ + + + + + + {% assign posts = site.items | sort: include.sort %} + {% for post in posts %} + + + + + {% endfor %} + -- cgit v1.2.3