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-25 09:48:58 +0300
committervjeantet <valere.jeantet@gmail.com>2020-09-25 09:48:58 +0300
commit7be0f0100603f28dc1a1e770d8a8f90af2908a6c (patch)
treea66f83718df3fac35447fac7cad6f1b0bbbc192a /exampleSite/content/examples/page without toc/_index.md
parent7d6ac1b9cce6460f4862a4109c72558053f6b3e6 (diff)
better examples frontmatter code #20
Diffstat (limited to 'exampleSite/content/examples/page without toc/_index.md')
-rw-r--r--exampleSite/content/examples/page without toc/_index.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/content/examples/page without toc/_index.md b/exampleSite/content/examples/page without toc/_index.md
index 25bf4dd..352cbaf 100644
--- a/exampleSite/content/examples/page without toc/_index.md
+++ b/exampleSite/content/examples/page without toc/_index.md
@@ -9,7 +9,8 @@ weight: 20
```yaml
---
title: A page without table of contents
-hide: toc
+hide:
+ - toc
---
```