From 8862fd899a376596f65b9bc3a377fe87c3797586 Mon Sep 17 00:00:00 2001 From: vjeantet Date: Thu, 10 Sep 2020 21:37:52 +0200 Subject: convert all frontmatter to YAML --- .../content/content-and-customization/01-homepage/_index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'exampleSite/content/content-and-customization/01-homepage/_index.md') diff --git a/exampleSite/content/content-and-customization/01-homepage/_index.md b/exampleSite/content/content-and-customization/01-homepage/_index.md index 6cd1951..346ab25 100644 --- a/exampleSite/content/content-and-customization/01-homepage/_index.md +++ b/exampleSite/content/content-and-customization/01-homepage/_index.md @@ -1,8 +1,8 @@ -+++ -title="Home page" -description = "Control how the home page should be rendered" -weight=10 -+++ +--- +description: Control how the home page should be rendered +title: Home page +weight: 10 +--- {{% alert theme="success" %}}By default, this theme use the first section (folder) available in your content folder as a homepage.{{%/alert%}} -- cgit v1.2.3