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 sidebar and toc/_index.md')
-rw-r--r--exampleSite/content/examples/page without sidebar and toc/_index.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/exampleSite/content/examples/page without sidebar and toc/_index.md b/exampleSite/content/examples/page without sidebar and toc/_index.md
index 8d8ca30..cd8fe8c 100644
--- a/exampleSite/content/examples/page without sidebar and toc/_index.md
+++ b/exampleSite/content/examples/page without sidebar and toc/_index.md
@@ -1,16 +1,14 @@
---
title: A page without sidebar and toc
weight: 20
-hide_toc: true
-hide_nav: true
+hide: toc, nav
---
{{%panel header="page's frontmatter"%}}
```yaml
---
title: A page without sidebar and toc
-hide_toc: true
-hide_nav: true
+hide: toc, nav
---
```