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:
authorvjeantet <valere.jeantet@gmail.com>2020-09-09 02:06:27 +0300
committervjeantet <valere.jeantet@gmail.com>2020-09-09 02:06:27 +0300
commit4f886fac3c97a8414bb9bef32f2473d95eae356d (patch)
tree1e47b74e1bfe270cbfdf9c1ef363f1be9ffae7a2
parentc775225a97b84fdbb771cd0b14dca96c0eca4b28 (diff)
fix broken links
-rw-r--r--exampleSite/content/content-and-customization/00-adding-content/_index.md4
1 files 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