about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-09-23 20:07:17 +0200
committerAlan Pearce2023-09-23 20:07:17 +0200
commit1014983c12f0e9702c1742936127fb715c444204 (patch)
treed7d5734dca4281503760ee52ac0487528d5c4864
parenta10cbf2a84411d66c46ea11587be5eb18ca4640e (diff)
downloadwebsite-1014983c12f0e9702c1742936127fb715c444204.tar.lz
website-1014983c12f0e9702c1742936127fb715c444204.tar.zst
website-1014983c12f0e9702c1742936127fb715c444204.zip
Add RSS/Atom feed to menu
-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]]