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 next page/_index.md')
-rw-r--r--exampleSite/content/examples/page without next page/_index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/content/examples/page without next page/_index.md b/exampleSite/content/examples/page without next page/_index.md
index d5d080f..165b946 100644
--- a/exampleSite/content/examples/page without next page/_index.md
+++ b/exampleSite/content/examples/page without next page/_index.md
@@ -2,7 +2,7 @@
title: A page without "NEXT PAGE"
description: hide everything
weight: 80
-hide_nextpage: true
+hide: nextpage
---
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
@@ -15,7 +15,7 @@ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
```yaml
---
title: A page without "NEXT PAGE"
-hide_nextpage: true
+hide: nextpage
---
```
{{%/panel%}}