summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2023-09-23 20:07:17 +0200
committerAlan Pearce2023-09-23 20:07:17 +0200
commitab524bb965155979a9dd17375d3819d58152b3f0 (patch)
tree7bf4f8e2c4195f780f39fa6781749e9aa180bae5 /config.toml
parent2529513a793d5ffce2278fd24dd51421396b23a9 (diff)
downloadwebsite-ab524bb965155979a9dd17375d3819d58152b3f0.tar.lz
website-ab524bb965155979a9dd17375d3819d58152b3f0.tar.zst
website-ab524bb965155979a9dd17375d3819d58152b3f0.zip
Add RSS/Atom feed to menu
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index b62dbe2..d7eda14 100644
--- a/config.toml
+++ b/config.toml
@@ -37,6 +37,9 @@ content-security-policy = "default-src 'none'; img-src 'self'; object-src 'none'
     name = "Posts"
     url = "/post/"
 [[extra.main_menu]]
+    name = "Feed"
+    url = "/atom.xml"
+[[extra.main_menu]]
     name = "Tags"
     url = "/tags/"
 [[extra.main_menu]]