diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 579cedd..40889ae 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -10,10 +10,10 @@ # overridden by providing a weight value. The menu will then be # ordered by weight from lowest to highest. -#[[main]] -# name = "Blog" -# pageRef = "posts" -# weight = 10 +[[main]] + name = "Posts" + pageRef = "posts" + weight = 10 #[[main]] # name = "Parent"