summaryrefslogtreecommitdiff
path: root/kew.go
diff options
context:
space:
mode:
Diffstat (limited to 'kew.go')
-rw-r--r--kew.go9
1 files changed, 0 insertions, 9 deletions
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 <a href=\"https://github.com/uint23/kew\">kew</a>"
-const TemplateFile = "template.html"
-const NavDirSymbol = "/"
-const NavFileSymbol = ": "
-const NavCurrentSymbol = "@ "
-
type NavNode struct {
Name string
Path string