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 any/_index.md')
-rw-r--r--exampleSite/content/examples/page without any/_index.md14
1 files changed, 4 insertions, 10 deletions
diff --git a/exampleSite/content/examples/page without any/_index.md b/exampleSite/content/examples/page without any/_index.md
index 87b7cc4..6546d6b 100644
--- a/exampleSite/content/examples/page without any/_index.md
+++ b/exampleSite/content/examples/page without any/_index.md
@@ -3,13 +3,10 @@ title: A page with only TOC and next page
description: hide everything
weight: 90
-hide_nextpage: false
-hide_toc: false
-hide_header: true
-hide_nav: true
-hide_breadcrumb: true
-hide_footer: true
+hide: header, nav, breadcrumb, footer
+
+
---
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
@@ -22,10 +19,7 @@ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
```yaml
---
title: A page with only TOC and next page
-hide_header: true
-hide_nav: true
-hide_breadcrumb: true
-hide_footer: true
+hide: header, nav, breadcrumb, footer
---
```