Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvjeantet <valere.jeantet@gmail.com>2020-09-09 01:48:16 +0300
committervjeantet <valere.jeantet@gmail.com>2020-09-09 01:48:16 +0300
commit3ab13b59a30618964f5f94fc89df330339f3be0e (patch)
tree991c675da98d4dbc258b054ac353b07f33c2fa41 /exampleSite/content/content-and-customization/02-navigation-search/thefooter
parent9d0e2aceb887e8c93c23f7d94f8649d71e4be466 (diff)
refactor hide option in frontmatter
Diffstat (limited to 'exampleSite/content/content-and-customization/02-navigation-search/thefooter')
-rw-r--r--exampleSite/content/content-and-customization/02-navigation-search/thefooter/_index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/content/content-and-customization/02-navigation-search/thefooter/_index.md b/exampleSite/content/content-and-customization/02-navigation-search/thefooter/_index.md
index 399c203..b4bca90 100644
--- a/exampleSite/content/content-and-customization/02-navigation-search/thefooter/_index.md
+++ b/exampleSite/content/content-and-customization/02-navigation-search/thefooter/_index.md
@@ -27,5 +27,5 @@ This allow you to define a localized footer content.
{{%alert info%}}**Tip :** You can put a full HTML content in your `_index.md` file{{%/alert%}}
## Hide site footer
-Set `hide_footer=true` in your page's frontmatter, see [an example here]({{%relref "examples/page without footer"%}})
+Set `hide: footer` in your page's frontmatter, see [an example here]({{%relref "examples/page without footer"%}})