From 1014983c12f0e9702c1742936127fb715c444204 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 23 Sep 2023 20:07:17 +0200 Subject: Add RSS/Atom feed to menu --- config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.toml') diff --git a/config.toml b/config.toml index b62dbe2..d7eda14 100644 --- a/config.toml +++ b/config.toml @@ -36,6 +36,9 @@ content-security-policy = "default-src 'none'; img-src 'self'; object-src 'none' [[extra.main_menu]] name = "Posts" url = "/post/" +[[extra.main_menu]] + name = "Feed" + url = "/atom.xml" [[extra.main_menu]] name = "Tags" url = "/tags/" -- cgit 1.4.1