mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 20:53:59 +02:00
Merge commit '8b9803425e63e1b1801f8d5d676e96368d706722'
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user