From 9d84b343fbb2939a4c4bd6514ffa04ac1a251938 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 25 Sep 2021 14:58:31 +0200 Subject: [PATCH] Update theme, add RSS hyperlink in footer. --- config.toml | 12 ++++++++++++ themes/nocolor | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 9b05673..d73d9c9 100644 --- a/config.toml +++ b/config.toml @@ -85,6 +85,12 @@ timeZone = "Europe/Berlin" url = "https://schlomp.space/tastytea/blog" weight = 2 + [[menu.footer]] + identifier = "rss" + name = "RSS" + url = "/index.xml" + weight = 3 + [markup] [markup.tableOfContents] startLevel = 2 @@ -145,3 +151,9 @@ timeZone = "Europe/Berlin" name = "Quellcode" url = "https://schlomp.space/tastytea/blog" weight = 2 + + [[languages.de.menu.footer]] + identifier = "rss" + name = "RSS" + url = "/de/index.xml" + weight = 3 diff --git a/themes/nocolor b/themes/nocolor index 7b4b21e..3ae78f8 160000 --- a/themes/nocolor +++ b/themes/nocolor @@ -1 +1 @@ -Subproject commit 7b4b21ebc6ee0eb239deeb2d664b0f62b84e1647 +Subproject commit 3ae78f860fb0a00e648fcc0ce34226241674528b