add cookie stuff
This commit is contained in:
parent
0c7cb4486a
commit
5fb1e3baa9
2 changed files with 78 additions and 14 deletions
16
config.toml
16
config.toml
|
@ -100,14 +100,6 @@ pygmentsCodefencesGuessSyntax = true
|
|||
url = "/links/"
|
||||
title = ""
|
||||
weight = 6
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "impressum"
|
||||
pre = ""
|
||||
post = ""
|
||||
name = "Impressum"
|
||||
url = "/impressum/"
|
||||
title = ""
|
||||
weight = 7
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "about"
|
||||
pre = ""
|
||||
|
@ -115,6 +107,14 @@ pygmentsCodefencesGuessSyntax = true
|
|||
name = "About"
|
||||
url = "/about/"
|
||||
title = ""
|
||||
weight = 7
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "impressum"
|
||||
pre = ""
|
||||
post = ""
|
||||
name = "Impressum"
|
||||
url = "/impressum/"
|
||||
title = ""
|
||||
weight = 8
|
||||
|
||||
[languages.en.params]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue