summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.toml11
1 files changed, 5 insertions, 6 deletions
diff --git a/config.toml b/config.toml
index 000897d..76a7757 100644
--- a/config.toml
+++ b/config.toml
@@ -8,9 +8,8 @@ description = "Historical OCR, and all things around it"
themeColor = "theme-rescribe"
copyright = "Licensed under the Creative Commons Attribution-ShareAlike 3.0 license."
-[[menu.main]]
- name = "Archive"
- url = "/posts/"
-[[menu.main]]
- name = "Categories"
- url = "/categories/"
+[menu]
+main = [
+ {name = "Archive", url = "/posts/"},
+ {name = "Categories", url = "/categories/"}
+]