mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 07:48:52 +00:00
content: Indicate language sort order for relevant page methods
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: AllTranslations
|
||||
description: Returns all translations of the given page, including the current language.
|
||||
description: Returns all translations of the given page, including the current language, sorted by language weight.
|
||||
categories: []
|
||||
keywords: []
|
||||
params:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Translations
|
||||
description: Returns all translations of the given page, excluding the current language.
|
||||
description: Returns all translations of the given page, excluding the current language, sorted by language weight.
|
||||
categories: []
|
||||
keywords: []
|
||||
params:
|
||||
|
||||
Reference in New Issue
Block a user