From 4f886fac3c97a8414bb9bef32f2473d95eae356d Mon Sep 17 00:00:00 2001 From: vjeantet Date: Wed, 9 Sep 2020 01:06:27 +0200 Subject: fix broken links --- .../content/content-and-customization/00-adding-content/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/content-and-customization/00-adding-content/_index.md b/exampleSite/content/content-and-customization/00-adding-content/_index.md index 6333824..ed9e11b 100644 --- a/exampleSite/content/content-and-customization/00-adding-content/_index.md +++ b/exampleSite/content/content-and-customization/00-adding-content/_index.md @@ -30,7 +30,7 @@ We’ll look at in the following chapter. With docport, **Each content page composes the site and navigation structure**, they shape the structure of your website. Create a folder for each section and their sub sections, and a `_index.md` in each folder which will act as the section's content. -{{%notice%}}You can add any other page.md in section folder, they will be treated as "\[subpages]({{< ref "#subpages" >}})"{{%/notice%}} +{{%notice%}}You can add any other page.md in section folder, they will be treated as "[subpages]({{< ref "#subpages" >}})"{{%/notice%}} To link pages to each other, place them in a folders hierarchy. @@ -87,4 +87,4 @@ On top of the [existing ones](https://gohugo.io/content-management/front-matter/ +++ ``` -{{%alert success%}}More frontmatter params exists to control how to display you content in the navigation, see \[Navigation & Search]({{%relref "02-navigation-search" %}}) in the left menu.{{%/alert%}} \ No newline at end of file +{{%alert success%}}More frontmatter params exists to control how to display you content in the navigation, see [Navigation & Search]({{%relref "02-navigation-search" %}}) in the left menu.{{%/alert%}} \ No newline at end of file -- cgit v1.2.3