diff options
Diffstat (limited to 'docs/content/en/quick-reference')
-rw-r--r-- | docs/content/en/quick-reference/_index.md | 4 | ||||
-rw-r--r-- | docs/content/en/quick-reference/emojis.md | 10 | ||||
-rw-r--r-- | docs/content/en/quick-reference/page-collections.md | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/docs/content/en/quick-reference/_index.md b/docs/content/en/quick-reference/_index.md index 492cfa09b..b5f434e2d 100644 --- a/docs/content/en/quick-reference/_index.md +++ b/docs/content/en/quick-reference/_index.md @@ -1,12 +1,12 @@ --- title: Quick reference guides -linkTitle: Overview +linkTitle: In this section description: Quick reference guides to Hugo's features, functions, and methods. categories: [] keywords: [] menu: docs: - identifier: quick-reference-overview + identifier: quick-reference-in-this-section parent: quick-reference weight: 10 weight: 10 diff --git a/docs/content/en/quick-reference/emojis.md b/docs/content/en/quick-reference/emojis.md index e6b1ed415..8ae01098b 100644 --- a/docs/content/en/quick-reference/emojis.md +++ b/docs/content/en/quick-reference/emojis.md @@ -1,6 +1,6 @@ --- title: Emojis -description: Include emoji shortcodes in your markdown or templates. +description: Include emoji shortcodes in your Markdown or templates. categories: [quick reference] keywords: [emoji] menu: @@ -11,13 +11,13 @@ weight: 20 toc: true --- -Configure Hugo to enable emoji processing in markdown: +Configure Hugo to enable emoji processing in Markdown: {{< code-toggle file=hugo >}} enableEmoji = true {{< /code-toggle >}} -With emoji processing enabled, this markdown: +With emoji processing enabled, this Markdown: ```md Hello! :wave: @@ -37,8 +37,8 @@ To process an emoji shortcode from within a template, use the [`emojify`] functi {{ "Hello! :wave:" | .RenderString }} ``` -[`emojify`]: /functions/transform/emojify -[`RenderString`]: /methods/page/renderstring +[`emojify`]: /functions/transform/emojify/ +[`RenderString`]: /methods/page/renderstring/ ## Introduction diff --git a/docs/content/en/quick-reference/page-collections.md b/docs/content/en/quick-reference/page-collections.md index 795eb494d..eca65a93e 100644 --- a/docs/content/en/quick-reference/page-collections.md +++ b/docs/content/en/quick-reference/page-collections.md @@ -31,7 +31,7 @@ Use these `Site` methods when rendering lists on any page. Use the [`where`] function to filter page collections. -[`where`]: /functions/collections/where +[`where`]: /functions/collections/where/ ## Sort |