diff options
author | Nicholas Johnson <mail@nicholasjohnson.ch> | 2024-07-06 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <mail@nicholasjohnson.ch> | 2024-07-06 00:00:00 +0000 |
commit | f4b9b5e293ea74317a49f6aada6a40839ac08e775901ce1c961e99efbd327dda (patch) | |
tree | cc68c6b59457e71502cc246820b5f740c342bb6f7312ebab381a0a3e05b53edd /config | |
parent | f16bd7513735e2f61f4ab1cadbfbd1cfff675edae3596e98f043516727f8718b (diff) | |
download | journal-f4b9b5e293ea74317a49f6aada6a40839ac08e775901ce1c961e99efbd327dda.tar.gz journal-f4b9b5e293ea74317a49f6aada6a40839ac08e775901ce1c961e99efbd327dda.zip |
Remove promoted page
I will write about the promoted links later. Until then I don't want the
promoted page to keep being in the navlinks.
Diffstat (limited to 'config')
-rw-r--r-- | config/_default/config.toml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/config/_default/config.toml b/config/_default/config.toml index 4c64252..a8b7a91 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -27,14 +27,10 @@ ignoreFiles = ['templates/logo\.txt$'] url = "/about/" weight = 1 [[menu.main]] - name = "Promoted Links" - url = "/promoted/" - weight = 2 - [[menu.main]] name = "Tags" url = "/tags/" - weight = 3 + weight = 2 [[menu.main]] name = "Atom Feed" url = "/atom.xml" - weight = 4 + weight = 3 |