From d52c7a0ee5fe4b54d15f5ed25b6326ee5f22255e Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Sun, 3 Mar 2024 09:27:38 +0000 Subject: Move rss link to menu Remove page-meta div if empty --- config.toml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index a4ebd49..816e318 100644 --- a/config.toml +++ b/config.toml @@ -4,11 +4,16 @@ title = 'mfashby.net' theme = "XMin" [[menu.main]] -name = "Home" +name = "home" url = "" weight = 1 [[menu.main]] -name = "About" +name = "about" url = "about/" -weight = 2 \ No newline at end of file +weight = 2 + +[[menu.main]] +name = "rss" +url = "index.xml" +weight = 3 \ No newline at end of file -- cgit v1.2.3-ZIG