diff options
author | Martin Ashby <martin@ashbysoft.com> | 2024-03-03 09:27:38 +0000 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2024-03-03 09:27:38 +0000 |
commit | d52c7a0ee5fe4b54d15f5ed25b6326ee5f22255e (patch) | |
tree | cad5b3b9d6a40cec9600ac149a5dd7ce80cb9119 /config.toml | |
parent | b50102af01d07154b8bf59571596722684dc5183 (diff) | |
download | mfashby.net-d52c7a0ee5fe4b54d15f5ed25b6326ee5f22255e.tar.gz mfashby.net-d52c7a0ee5fe4b54d15f5ed25b6326ee5f22255e.tar.bz2 mfashby.net-d52c7a0ee5fe4b54d15f5ed25b6326ee5f22255e.tar.xz mfashby.net-d52c7a0ee5fe4b54d15f5ed25b6326ee5f22255e.zip |
Move rss link to menu
Remove page-meta div if empty
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 11 |
1 files changed, 8 insertions, 3 deletions
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 |