about summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 047f7ac..6d96e47 100644 --- a/config.toml +++ b/config.toml
@@ -19,6 +19,9 @@ layoutReverse = true
19[[menu.main]] 19[[menu.main]]
20 name = "Posts" 20 name = "Posts"
21 URL = "/post/" 21 URL = "/post/"
22[[menu.main]]
23 name = "Repositories"
24 URL = "https://git.alanpearce.eu"
22 25
23[[menu.contact]] 26[[menu.contact]]
24 name = "alan@alanpearce.uk" 27 name = "alan@alanpearce.uk"