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-10 22:43:43 +0300
committervjeantet <valere.jeantet@gmail.com>2020-09-10 22:43:43 +0300
commit98f5e38e8919fa58e1743edfdded326a5b5f61bc (patch)
treec0faa496c8151846d50fe6f7c829f8d5ddee27a8 /exampleSite/content/examples/page without next page/_index.md
parent8862fd899a376596f65b9bc3a377fe87c3797586 (diff)
[doc] fix yaml frontmatters
Diffstat (limited to 'exampleSite/content/examples/page without next page/_index.md')
-rw-r--r--exampleSite/content/examples/page without next page/_index.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/content/examples/page without next page/_index.md b/exampleSite/content/examples/page without next page/_index.md
index 7a88cf2..1f26f26 100644
--- a/exampleSite/content/examples/page without next page/_index.md
+++ b/exampleSite/content/examples/page without next page/_index.md
@@ -1,6 +1,7 @@
---
description: hide everything
-hide: nextpage
+hide:
+ - nextpage
title: A page without "NEXT PAGE"
weight: 80
---