From ccdffd6c65d0a9945d8b15931d1f3a080116c001 Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 18 Nov 2025 11:51:06 +0100 Subject: [PATCH] Remove projects list from home page --- config.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config.toml b/config.toml index 944bde6..21dc53b 100644 --- a/config.toml +++ b/config.toml @@ -58,12 +58,6 @@ name = "Imprint" url = "/imprint/" weight = 2 -[[params.homepage_categories]] -title = "Recently updated projects" -key = "projects" -weight = 1 -count = 2 - [[params.homepage_categories]] title = "Blog" key = "blog"