From 9b4fb13f94bc8fa2f7d50519652bead8ede4ee3a Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 16 Oct 2024 20:25:27 +0200 Subject: move stuff around --- index.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'index.md') diff --git a/index.md b/index.md index d80d642..e1758b9 100644 --- a/index.md +++ b/index.md @@ -27,16 +27,16 @@ https://{{ site.domain }}/atom.xml ## Recent posts
-{% for post in site.posts limit:4 %} -
- - post cover -

{{ post.title }}

- {{ post.subtitle }} -
- {% include tags.html tags=post.tags %} -
-{% endfor %} + {% for post in site.items limit:4 %} +
+ + post cover +

{{ post.title }}

+ {{ post.subtitle }} +
+ {% include tags.html tags=post.tags %} +
+ {% endfor %}
[Go to all posts](/search){:.button} -- cgit v1.2.3