From ef955a9442315126fe79d34ef5faf1a8b4e6f836 Mon Sep 17 00:00:00 2001 From: Rohan Verma Date: Wed, 20 May 2020 12:22:02 +0530 Subject: fix: use menu_main instead of menu_main_left This is a fix for example theme in hugo --- README.md | 2 +- layouts/partials/menu.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54a9b9f..cf469a3 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ googleAnalytics = "xxxx" commentoSrc = "https://commento.myselfhostedinstance.net/js/commento.js" footerMessage = "Feel free to use the content of this website with approripate attribution to the author." -[[menu.main_left]] +[[menu.main]] name = "home" url = "/" weight = 1 diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index 6168efd..a1d16ed 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -1,6 +1,6 @@