From 402caf195b74f3866c465a7b144b983d52a7cc01 Mon Sep 17 00:00:00 2001 From: uint Date: Fri, 19 Dec 2025 21:24:54 +0000 Subject: delegate config to config.go --- config.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.go (limited to 'config.go') diff --git a/config.go b/config.go new file mode 100644 index 0000000..708da3b --- /dev/null +++ b/config.go @@ -0,0 +1,8 @@ +package main + +const SiteTitle = "kew example" +const FooterText = "made with kew" +const TemplateFile = "template.html" +const NavDirSymbol = "/" +const NavFileSymbol = ": " +const NavCurrentSymbol = "@ " -- cgit v1.2.3