From 2e445d25840cb2a5f669add6b6dc8ea6b0b1cd99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 25 Aug 2021 14:49:46 +0200 Subject: [PATCH] docs: make shortcodes main page a chapter #54 to adjust with the rest of the page structure --- exampleSite/content/shortcodes/_index.en.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/shortcodes/_index.en.md b/exampleSite/content/shortcodes/_index.en.md index 79f7ff4a8d..6abfbba967 100644 --- a/exampleSite/content/shortcodes/_index.en.md +++ b/exampleSite/content/shortcodes/_index.en.md @@ -1,9 +1,14 @@ +++ +chapter = true pre = "3. " title = "Shortcodes" weight = 15 +++ +### Chapter 3 + +# Shortcodes + Hugo uses Markdown for its simple content format. However, there are a lot of things that Markdown doesn’t support well. You could use pure HTML to expand possibilities. But this happens to be a bad idea. Everyone uses Markdown because it's pure and simple to read even non-rendered. You should avoid HTML to keep it as simple as possible. @@ -12,4 +17,4 @@ To avoid this limitations, Hugo created [shortcodes](https://gohugo.io/extras/sh **Hugo-theme-relearn** provides multiple shortcodes on top of existing ones. -{{%children style="h2" description="true" %}} +{{%children containerstyle="div" style="h2" description="true" %}}