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 --- kew.go | 9 --------- 1 file changed, 9 deletions(-) (limited to 'kew.go') diff --git a/kew.go b/kew.go index 1b923c7..509c246 100644 --- a/kew.go +++ b/kew.go @@ -9,15 +9,6 @@ import ( "strings" ) -/* TODO: config.h */ - -const SiteTitle = "mallocd.com" -const FooterText = "made with kew" -const TemplateFile = "template.html" -const NavDirSymbol = "/" -const NavFileSymbol = ": " -const NavCurrentSymbol = "@ " - type NavNode struct { Name string Path string -- cgit v1.2.3