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"