diff options
author | Alan Pearce | 2023-09-23 20:07:17 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-23 20:07:17 +0200 |
commit | 1014983c12f0e9702c1742936127fb715c444204 (patch) | |
tree | d7d5734dca4281503760ee52ac0487528d5c4864 | |
parent | a10cbf2a84411d66c46ea11587be5eb18ca4640e (diff) | |
download | website-1014983c12f0e9702c1742936127fb715c444204.tar.lz website-1014983c12f0e9702c1742936127fb715c444204.tar.zst website-1014983c12f0e9702c1742936127fb715c444204.zip |
Add RSS/Atom feed to menu
-rw-r--r-- | config.toml | 3 |
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]] |