1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-13 05:50:27 +00:00
mycorrhiza/config.go

15 lines
429 B
Go
Raw Normal View History

package main
const (
2020-06-19 14:30:19 +00:00
TitleTemplate = `%s at MycorrhizaWiki`
DefaultTitle = "MycorrhizaWiki"
DefaultHeaderText = `MycorrhizaWiki 🍄`
DefaultFooterText = `This website runs <a href="https://github.com/bouncepaw/mycorrhiza">MycorrhizaWiki</a>.`
2020-06-19 14:30:19 +00:00
DefaultSidebar = ""
DefaultBodyBottom = ""
2020-06-19 14:30:19 +00:00
DefaultContent = "It is empty here"
DefaultStyles = `
<link rel="stylesheet" href="/sys/main.css?action=raw">
`
)