From e401e24b9311a6d040e215913f52360940c3271d Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 20 Aug 2023 14:51:30 -0500 Subject: [PATCH] add tags to menu --- config/_default/menu.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/_default/menu.toml b/config/_default/menu.toml index 75edaa3..9c072ed 100644 --- a/config/_default/menu.toml +++ b/config/_default/menu.toml @@ -2,4 +2,10 @@ # identifier = "about" # name = "About" # url = "/about/" -# weight = 10 \ No newline at end of file +# weight = 10 + +[[main]] + identifier = "tags" + name = "Tags" + url = "/tags/" + weight = 0