aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2023-08-22 18:13:22 -0500
committerMichael Hunteman <michael@huntm.net>2023-08-25 15:10:18 -0500
commit62a9a544aca28bb4a740218fe539259dbd443007 (patch)
tree32fcf3331a421923eb4e67b5d6f961c7ca362993
parent5bd229c3ab3046f439eeb7b5627fb9d504d1a9b7 (diff)
Add RSS feed
-rw-r--r--config.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index f12c6a1..ffa78cc 100644
--- a/config.toml
+++ b/config.toml
@@ -23,10 +23,14 @@ unsafe = true
url = "/books/"
weight = 4
[[menu.nav]]
+ name = "RSS Feed"
+ url = "index.xml"
+ weight = 5
+[[menu.nav]]
name = "Contact"
url = "/contact/"
- weight = 5
+ weight = 6
[[menu.nav]]
name = "Donate"
url = "https://donate.huntm.net/"
- weight = 6
+ weight = 7