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.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/exampleSite/content/examples/page-without-any/_index.md b/exampleSite/content/examples/page-without-any/_index.md
index 19210db..be59633 100644
--- a/exampleSite/content/examples/page-without-any/_index.md
+++ b/exampleSite/content/examples/page-without-any/_index.md
@@ -19,7 +19,11 @@ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
```yaml
---
title: A page with only TOC and next page
-hide: header, nav, breadcrumb, footer
+hide:
+- header
+- nav
+- breadcrumb
+- footer
---
```