From 945e73958186ab952e33f2147670fd245bdbd58d Mon Sep 17 00:00:00 2001 From: Elke Zimoch Date: Thu, 5 Feb 2026 11:00:43 +0100 Subject: [PATCH] Try to fix it --- zensical.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/zensical.toml b/zensical.toml index a7d361c..2f7f5e9 100644 --- a/zensical.toml +++ b/zensical.toml @@ -35,10 +35,10 @@ Copyright © 2026 Paul Scherrer Institute # can be defined using TOML syntax. # # Read more: https://zensical.org/docs/setup/navigation/ - nav = [ - { "Home" = "index.md" }, - { "Official EPICS documentation" = "https://docs.epics-controls.org/en/latest/"} - ] +# nav = [ +# { "Home" = "index.md" }, +# { "Official EPICS documentation" = "https://docs.epics-controls.org/en/latest/"} +# ] # ---------------------------------------------------------------------------- # Section for configuring theme options @@ -148,6 +148,6 @@ toggle.icon = "lucide/moon" toggle.name = "Switch to light mode" [project.theme.icon] -logo = "simple/gitea" -#logo = "images/EPICS_new.PNG" +#logo = "simple/gitea" +logo = "images/EPICS_new.PNG" repo = "simple/gitea"