about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 85c9691..b482d0a 100644 --- a/config.toml +++ b/config.toml
@@ -28,6 +28,9 @@ author_image = "/img/me-thumb.jpg"
28 name = "Posts" 28 name = "Posts"
29 url = "/post/" 29 url = "/post/"
30[[extra.menu.main]] 30[[extra.menu.main]]
31 name = "Tags"
32 url = "/tags/"
33[[extra.menu.main]]
31 name = "Repositories" 34 name = "Repositories"
32 url = "https://git.alanpearce.eu" 35 url = "https://git.alanpearce.eu"
33 36