about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2020-11-14 22:03:13 +0100
committerAlan Pearce2020-11-14 22:03:13 +0100
commit78096da0f478a0b11b77f365cedc855e7c680e14 (patch)
treeda08a0ab17bc05ba3a156cfa8e3aa19b088cb8cc
parent9fdbfb1d04b4b897904f1977e3e5e1055fb1a95e (diff)
downloadwebsite-78096da0f478a0b11b77f365cedc855e7c680e14.tar.xz
website-78096da0f478a0b11b77f365cedc855e7c680e14.zip
Add tags link to main menu
-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