Add footer menu

This commit is contained in:
James Panther
2021-10-19 15:45:11 +11:00
parent 07562ee7d4
commit 1901917d7c
6 changed files with 58 additions and 5 deletions
+11 -1
View File
@@ -1,5 +1,5 @@
# -- Main Menu --
# The main menu is displayed at the top of the theme.
# 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:
@@ -24,3 +24,13 @@
name = "Tags"
pageRef = "tags"
weight = 30
# -- Footer Menu --
# The footer menu is displayed at the bottom of the page, just before
# the copyright notice. Configure as per the main menu above.
# [[footer]]
# name = "Tags"
# pageRef = "tags"
# weight = 10