diff --git a/content/en/quick-reference/emojis.md b/content/en/quick-reference/emojis.md index 860bcca05..b3ea677b6 100644 --- a/content/en/quick-reference/emojis.md +++ b/content/en/quick-reference/emojis.md @@ -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] diff --git a/content/en/quick-reference/functions.md b/content/en/quick-reference/functions.md index 5bce49236..1a5bb68f1 100644 --- a/content/en/quick-reference/functions.md +++ b/content/en/quick-reference/functions.md @@ -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: [] diff --git a/content/en/quick-reference/methods.md b/content/en/quick-reference/methods.md index ff73f688a..cd6294b64 100644 --- a/content/en/quick-reference/methods.md +++ b/content/en/quick-reference/methods.md @@ -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: [] diff --git a/content/en/variables/_common/consistent-terminology.md b/content/en/variables/_common/consistent-terminology.md index 164dc23a8..8774c817b 100644 --- a/content/en/variables/_common/consistent-terminology.md +++ b/content/en/variables/_common/consistent-terminology.md @@ -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 %}}