From 1a0db1a699896f7d774df830685657668acfd84b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 29 Jul 2017 13:16:20 +0200 Subject: [PATCH] Adjust sectionPagesMenu To test search. See https://github.com/gohugoio/gohugoioTheme/issues/63 --- content/templates/menu-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/templates/menu-templates.md b/content/templates/menu-templates.md index eb300afe7..21829608c 100644 --- a/content/templates/menu-templates.md +++ b/content/templates/menu-templates.md @@ -69,7 +69,7 @@ Use the [`absLangUrl`](/functions/abslangurl) or [`relLangUrl`](/functions/rella ## Section Menu for Lazy Bloggers -To enable this menu, add the following to your site `config`: +To enable this menu, configure `sectionPagesMenu` in your site `config`: ``` SectionPagesMenu = "main"