Add site description to home page
This commit is contained in:
parent
b86b1688ea
commit
1db5336f35
6 changed files with 24 additions and 5 deletions
|
@ -14,6 +14,8 @@ const StaticDirectory = "./public/static"
|
|||
var ContentLanguage = language.English
|
||||
|
||||
const MainTitle = "Encyclopedia"
|
||||
var SiteDescription = `A very simple and clean reader/browser?
|
||||
for plaintext... documentation? wiki? chapters of a book? whatever.`
|
||||
var FooterContent = []template.HTML{
|
||||
template.HTML("powered by <a href='https://github.com/ChaoticByte/plaintext-encyclopedia' target='_blank' rel='noopener noreferrer'>plaintext-encyclopedia</a>"),
|
||||
}
|
||||
|
|
Reference in a new issue