Update theme, add RSS hyperlink in footer.
This commit is contained in:
parent
9cd75096c7
commit
9d84b343fb
12
config.toml
12
config.toml
@ -85,6 +85,12 @@ timeZone = "Europe/Berlin"
|
|||||||
url = "https://schlomp.space/tastytea/blog"
|
url = "https://schlomp.space/tastytea/blog"
|
||||||
weight = 2
|
weight = 2
|
||||||
|
|
||||||
|
[[menu.footer]]
|
||||||
|
identifier = "rss"
|
||||||
|
name = "RSS"
|
||||||
|
url = "/index.xml"
|
||||||
|
weight = 3
|
||||||
|
|
||||||
[markup]
|
[markup]
|
||||||
[markup.tableOfContents]
|
[markup.tableOfContents]
|
||||||
startLevel = 2
|
startLevel = 2
|
||||||
@ -145,3 +151,9 @@ timeZone = "Europe/Berlin"
|
|||||||
name = "Quellcode"
|
name = "Quellcode"
|
||||||
url = "https://schlomp.space/tastytea/blog"
|
url = "https://schlomp.space/tastytea/blog"
|
||||||
weight = 2
|
weight = 2
|
||||||
|
|
||||||
|
[[languages.de.menu.footer]]
|
||||||
|
identifier = "rss"
|
||||||
|
name = "RSS"
|
||||||
|
url = "/de/index.xml"
|
||||||
|
weight = 3
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 7b4b21ebc6ee0eb239deeb2d664b0f62b84e1647
|
Subproject commit 3ae78f860fb0a00e648fcc0ce34226241674528b
|
Loading…
x
Reference in New Issue
Block a user