summaryrefslogtreecommitdiff
path: root/config.go
blob: 708da3b1f1ca628a3fcea823536be0fb193bfe38 (plain)
1
2
3
4
5
6
7
8
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 = "@ "