8 lines
246 B
Go
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 = "@ "
|