From 62a9a544aca28bb4a740218fe539259dbd443007 Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Tue, 22 Aug 2023 18:13:22 -0500 Subject: Add RSS feed --- config.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index f12c6a1..ffa78cc 100644 --- a/config.toml +++ b/config.toml @@ -22,11 +22,15 @@ unsafe = true name = "Books" url = "/books/" weight = 4 +[[menu.nav]] + name = "RSS Feed" + url = "index.xml" + weight = 5 [[menu.nav]] name = "Contact" url = "/contact/" - weight = 5 + weight = 6 [[menu.nav]] name = "Donate" url = "https://donate.huntm.net/" - weight = 6 + weight = 7 -- cgit v1.2.3