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/content-and-customization/01-homepage/_index.md')
-rw-r--r--exampleSite/content/content-and-customization/01-homepage/_index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/content/content-and-customization/01-homepage/_index.md b/exampleSite/content/content-and-customization/01-homepage/_index.md
index 346ab25..296d498 100644
--- a/exampleSite/content/content-and-customization/01-homepage/_index.md
+++ b/exampleSite/content/content-and-customization/01-homepage/_index.md
@@ -24,7 +24,7 @@ Remove navigation components from your landing page by setting options in its pa
{{%notice success%}}
**Nothing but my content !**
\
-set `render="raw"` in your home page frontmatter : only your content will be rendered, without menu, toc, headers, etc..... [example]({{%relref "/examples/page with raw content"%}})
+set `type="raw"` in your home page frontmatter : only your content will be rendered, without menu, toc, headers, etc..... [example]({{%relref "/examples/page with raw content"%}})
{{%/notice%}}
## Use plain HTML for your homepage
@@ -34,7 +34,7 @@ Example
```toml
+++
title="Homepage"
-render="raw"
+type="raw"
+++
<div class="myHome">
Hello