From 9192ade60b69ac0e4cfce96f9dc497dcbe98fd22 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 10 Jan 2022 23:39:30 +0100 Subject: [PATCH] cleanup include shortcode docs --- exampleSite/content/posts/advanced/includes.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/exampleSite/content/posts/advanced/includes.md b/exampleSite/content/posts/advanced/includes.md index 9801b7d..c4e5cd8 100644 --- a/exampleSite/content/posts/advanced/includes.md +++ b/exampleSite/content/posts/advanced/includes.md @@ -87,7 +87,7 @@ In some situations, it can be helpful to include Markdown files that also contai 1. First you need to create a directory **within** your content directory. For this example site `_includes` is used. 2. Place your Markdown files within the `_includes` folder e.g. `/_includes/include-page.md`. Make sure to name it `*.md`. -3. Include the page using `{{}}`. +3. Include the page using `{{}}`. Resulting structure should look like this: @@ -97,11 +97,4 @@ _includes/ └── _index.md ``` -Specify the page include: - - -```tpl -{{}} -``` - {{< include file="/_includes/include-page.md" type="page" >}}