diff --git a/hugo.toml b/hugo.toml index 1fc3f90..7b1e4e0 100644 --- a/hugo.toml +++ b/hugo.toml @@ -18,6 +18,11 @@ name = 'Games' pageRef = '/games' weight = 30 +[[menus.footer]] +name = 'Authors' +pageRef = '/authors' +weight = 10 + [module] [module.hugoVersion] extended = false diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index eda2321..675e7e5 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,2 +1,2 @@ -

Authors

+{{ partial "menu.html" (dict "menuID" "footer" "page" .) }}

© 2020 – {{ now.Year }} Beet Box. All rights reserved.