aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2023-08-22 19:30:00 -0500
committerMichael Hunteman <michael@huntm.net>2023-08-25 15:10:18 -0500
commite69199578b1a7400c4d07952e7c2151b2488345d (patch)
treebbc8af42a32422ecfa737a801303b9a286dd3a81 /config.toml
parent62a9a544aca28bb4a740218fe539259dbd443007 (diff)
Change RSS feed to only blog
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index ffa78cc..f8fa916 100644
--- a/config.toml
+++ b/config.toml
@@ -24,7 +24,7 @@ unsafe = true
weight = 4
[[menu.nav]]
name = "RSS Feed"
- url = "index.xml"
+ url = "/blog/index.xml"
weight = 5
[[menu.nav]]
name = "Contact"