diff options
author | Prefetch | 2020-04-05 01:01:15 +0200 |
---|---|---|
committer | Prefetch | 2020-04-05 01:01:15 +0200 |
commit | 9560b33e6f66b11578efb43f5cccde1fc8bedf76 (patch) | |
tree | d1d2f1b3de1fa7eb3605a9d71c18564e3771a05b /config.toml | |
parent | da6db3495c66cc78d2630d1317b1b9b4bc40f981 (diff) |
Redesign with both light and dark themes
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config.toml b/config.toml index 3c8d25c..4450045 100644 --- a/config.toml +++ b/config.toml @@ -16,7 +16,6 @@ build_search_index = false # Put all your custom variables here [extra] sections = [ - { url = "/articles/", name = "Articles " }, + { url = "/articles/", name = "Articles" }, { url = "/software/", name = "Software" }, - { url = "/sheats/", name = "Sheats" }, ] |