From b06949eb2d8c8196527aab93fe92898fa56c9bc1 Mon Sep 17 00:00:00 2001
From: Klaas Demter <Klaas-@users.noreply.github.com>
Date: Mon, 02 Dec 2024 05:17:41 +0000
Subject: [PATCH] theme(fix): add show_recent_posts parameter to stop showing recent posts on index (#795)

---
 config/_default/params.toml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/config/_default/params.toml b/config/_default/params.toml
index 4307428..33c3961 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -1,3 +1,6 @@
+[ananke]
+show_recent_posts = true # show recent posts on the homepage
+
 [ananke.social]
 icon_path = "ananke/socials/%s.svg"
 

--
Gitblit v1.10.0