diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-08-02 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-08-02 00:00:00 +0000 |
commit | ddd83ec75fa98c193d95ebaa2d80b1c49b4cf0fd7127b3fbc3aa52393e3e563e (patch) | |
tree | e889e437963e40f9451e8110f8b880abfedf47e950a09d45f37434a128e73abb /config.toml | |
parent | b6b1d4675c359d3ab531961f8606a929b578fedc05a06981c3b006dbd6cf84ce (diff) | |
download | journal-ddd83ec75fa98c193d95ebaa2d80b1c49b4cf0fd7127b3fbc3aa52393e3e563e.tar.gz journal-ddd83ec75fa98c193d95ebaa2d80b1c49b4cf0fd7127b3fbc3aa52393e3e563e.zip |
Remove the privacy-notice page
It clutters up the homepage with a link to information that is
explained in one sentence on the about page: for maximum privacy, use
Tor or I2P.
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/config.toml b/config.toml index 12e2400..e4c59e5 100644 --- a/config.toml +++ b/config.toml @@ -34,17 +34,13 @@ rssLimit = 20 url = "/promoted/" weight = 2 [[menu.main]] - name = "Privacy Notice" - url = "/privacy-notice/" - weight = 3 - [[menu.main]] name = "Glossary" url = "/glossary/" - weight = 4 + weight = 3 [[menu.main]] name = "Atom Feed" url = "/atom.xml" - weight = 5 + weight = 4 [mediaTypes] [mediaTypes."application/atom"] |