mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Adjust quick reference guides
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Emojis
|
||||
title: Emoji quick reference guide
|
||||
linkTitle: Emojis
|
||||
description: Include emoji shortcodes in your markdown, or use the emojify function in your templates.
|
||||
categories: [quick reference]
|
||||
keywords: [emoji]
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Functions
|
||||
title: Function quick reference guide
|
||||
linkTitle: Functions
|
||||
description: A quick reference guide to Hugo's functions, grouped by namespace. Aliases, if any, appear in parentheses to the right of the function name.
|
||||
categories: [quick reference]
|
||||
keywords: []
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Methods
|
||||
title: Method quick reference guide
|
||||
linkTitle: Methods
|
||||
description: A quick reference guide to Hugo's methods, grouped by object.
|
||||
categories: [quick reference]
|
||||
keywords: []
|
||||
|
||||
@@ -7,14 +7,14 @@ We are making an effort to unify our [terminology], and to use these terms consi
|
||||
|
||||
Historically, we have inconsistently referred to the items on this page as [functions], [parameters], [variables], or [methods]. They are not functions, parameters, or variables; they are methods.
|
||||
|
||||
This page will remain in place as readers become familiar with the unified terminology. See the [methods section] for a list of methods by [object].
|
||||
This page will remain in place as readers become familiar with the unified terminology. See the [methods section] for a list of methods by [object], or the [methods quick reference guide].
|
||||
|
||||
[functions]: /getting-started/glossary/#function
|
||||
[methods quick reference guide]: /quick-reference/methods
|
||||
[methods section]: /methods
|
||||
[methods]: /getting-started/glossary/#method
|
||||
[object]: /getting-started/glossary/#object
|
||||
[parameters]: /getting-started/glossary/#parameter
|
||||
[terminology]: /getting-started/glossary/
|
||||
[variable]: /getting-started/glossary/#variable
|
||||
[variables]: /getting-started/glossary/#variable
|
||||
{{% /note %}}
|
||||
|
||||
Reference in New Issue
Block a user