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