diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 579cedd..7405515 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -1,7 +1,7 @@ # -- Main Menu -- # The main menu is displayed in the header at the top of the page. # Acceptable parameters are name, pageRef, page, url, title, weight. -# +# # The simplest menu configuration is to provide: # name = The name to be displayed for this menu link # pageRef = The identifier of the page or section to link to @@ -10,10 +10,15 @@ # 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 = "Blog" + pageRef = "posts" + weight = 10 + +[[main]] + name = "About Me" + pageRef = "/about" + weight = 10 #[[main]] # name = "Parent" diff --git a/layouts/partials/extend-head.html b/layouts/partials/extend-head.html new file mode 100644 index 0000000..b4f6b3d --- /dev/null +++ b/layouts/partials/extend-head.html @@ -0,0 +1 @@ +