From 4113666978282fccf7d1503a9904d18d379d0395 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Wed, 8 Jun 2022 17:28:58 -0700 Subject: [PATCH] Add link to Tags-page in header-nav It would be nice to be able to control the ordering this is inserted at, but we can't expect everything from configuration files! --- blog/config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/blog/config.toml b/blog/config.toml index e7d084d..2fab8dd 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -6,6 +6,12 @@ disqusShortname = 'scubbo-blog' SectionPagesMenu = "main" +[menu] +[[menu.main]] + identifier = 'tags' + name = 'Tags' + url = '/tags/' + [params] twitter = "https://twitter.com/jacksquaredson" github = "https://github.com/scubbo"