mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-10 10:34:42 -04:00
content: Indicate language sort order for relevant page methods
This commit is contained in:
parent
fc9a868c92
commit
cdd20a4330
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user