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/examples/page without header/_index.md
parent9d0e2aceb887e8c93c23f7d94f8649d71e4be466 (diff)
refactor hide option in frontmatter
Diffstat (limited to 'exampleSite/content/examples/page without header/_index.md')
-rw-r--r--exampleSite/content/examples/page without header/_index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/content/examples/page without header/_index.md b/exampleSite/content/examples/page without header/_index.md
index 9b55a2a..eb124d9 100644
--- a/exampleSite/content/examples/page without header/_index.md
+++ b/exampleSite/content/examples/page without header/_index.md
@@ -1,14 +1,14 @@
---
title: A page without header
weight: 10
-hide_header: true
+hide: header
---
{{%panel header="page's frontmatter"%}}
```yaml
---
title: A page without header
-hide_header: true
+hide: header
---
```
{{%/panel%}}