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:
Diffstat (limited to 'exampleSite/content/examples/page without footer/_index.md')
-rw-r--r--exampleSite/content/examples/page without footer/_index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/content/examples/page without footer/_index.md b/exampleSite/content/examples/page without footer/_index.md
index b9365d3..b224304 100644
--- a/exampleSite/content/examples/page without footer/_index.md
+++ b/exampleSite/content/examples/page without footer/_index.md
@@ -1,7 +1,7 @@
---
title: A page without footer
weight: 20
-hide_footer: true
+hide: footer
---
@@ -9,7 +9,7 @@ hide_footer: true
```yaml
---
title: A page without footer
-hide_footer: true
+hide: footer
---
```
{{%/panel%}}