diff options
author | Alan Pearce | 2020-11-14 22:03:13 +0100 |
---|---|---|
committer | Alan Pearce | 2020-11-14 22:03:13 +0100 |
commit | 78096da0f478a0b11b77f365cedc855e7c680e14 (patch) | |
tree | da08a0ab17bc05ba3a156cfa8e3aa19b088cb8cc | |
parent | 9fdbfb1d04b4b897904f1977e3e5e1055fb1a95e (diff) | |
download | website-78096da0f478a0b11b77f365cedc855e7c680e14.tar.lz website-78096da0f478a0b11b77f365cedc855e7c680e14.tar.zst website-78096da0f478a0b11b77f365cedc855e7c680e14.zip |
Add tags link to main menu
-rw-r--r-- | config.toml | 3 |
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" name = "Posts" url = "/post/" [[extra.menu.main]] + name = "Tags" + url = "/tags/" +[[extra.menu.main]] name = "Repositories" url = "https://git.alanpearce.eu" |