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.md4
1 files changed, 3 insertions, 1 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 d4af98d..4cb638c 100644
--- a/exampleSite/content/examples/page without sidebar and toc/_index.md
+++ b/exampleSite/content/examples/page without sidebar and toc/_index.md
@@ -10,7 +10,9 @@ weight: 20
```yaml
---
title: A page without sidebar and toc
-hide: toc, nav
+hide:
+ - toc
+ - nav
---
```