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 with raw content/_index.md')
-rw-r--r--exampleSite/content/examples/page with raw content/_index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/content/examples/page with raw content/_index.md b/exampleSite/content/examples/page with raw content/_index.md
index 6fd9586..bc5b3ae 100644
--- a/exampleSite/content/examples/page with raw content/_index.md
+++ b/exampleSite/content/examples/page with raw content/_index.md
@@ -1,6 +1,6 @@
---
description: Nothing but your content ! usefull for special pages
-render: raw
+type: raw
title: A page with raw content
weight: 99
---
@@ -13,7 +13,7 @@ weight: 99
```yaml
---
title: A page with raw content
-render: raw
+type: raw
---
```
{{%/panel%}}