From 1a4f9e038dcf3d59001b122d71a2859b930af1e3 Mon Sep 17 00:00:00 2001 From: benjilegeek Date: Thu, 2 Apr 2026 19:10:53 +0200 Subject: [PATCH] - add impressum and supply chain article --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 10463f4..7fe7eab 100644 --- a/config.toml +++ b/config.toml @@ -234,6 +234,7 @@ menu = [ { name = "blog", url = "blog", trailing_slash = true }, { name = "tags", url = "tags", trailing_slash = true }, { name = "projects", url = "projects", trailing_slash = true }, + { name = "impressum", url = "impressum", trailing_slash = true } ] # The RSS icon will be shown if (1) it's enabled and (2) the following variable is set.