kew-custom/config.go
2025-12-19 21:24:54 +00:00

8 lines
246 B
Go

package main
const SiteTitle = "kew example"
const FooterText = "made with <a href=\"https://github.com/uint23/kew\">kew</a>"
const TemplateFile = "template.html"
const NavDirSymbol = "/"
const NavFileSymbol = ": "
const NavCurrentSymbol = "@ "