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.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/exampleSite/content/content-and-customization/01-homepage/_index.md b/exampleSite/content/content-and-customization/01-homepage/_index.md
index 296d498..5282244 100644
--- a/exampleSite/content/content-and-customization/01-homepage/_index.md
+++ b/exampleSite/content/content-and-customization/01-homepage/_index.md
@@ -31,11 +31,11 @@ set `type="raw"` in your home page frontmatter : only your content will be rende
Remember that hugo allows you to write your content with HTML when markdown if not enough. very usefull for a landing page !
Example
-```toml
-+++
-title="Homepage"
-type="raw"
-+++
+```yaml
+---
+title: Homepage
+type: raw
+---
<div class="myHome">
Hello
</div>