diff --git a/content/en/functions/abslangurl.md b/content/en/functions/abslangurl.md index bc60050b0..d2d129c76 100644 --- a/content/en/functions/abslangurl.md +++ b/content/en/functions/abslangurl.md @@ -12,7 +12,9 @@ relatedFuncs: - urls.AbsURL - urls.RelLangURL - urls.RelURL -signature: [absLangURL INPUT] +signature: + - urls.AbsLangURL INPUT + - absLangURL INPUT --- Use this function with both monolingual and multilingual configurations. The URL returned by this function depends on: diff --git a/content/en/functions/absurl.md b/content/en/functions/absurl.md index 089dd5c2f..cac1a8e77 100644 --- a/content/en/functions/absurl.md +++ b/content/en/functions/absurl.md @@ -12,7 +12,9 @@ relatedFuncs: - urls.AbsURL - urls.RelLangURL - urls.RelURL -signature: [absURL INPUT] +signature: + - urls.AbsURL INPUT + - absURL INPUT --- With multilingual configurations, use the [`absLangURL`] function instead. The URL returned by this function depends on: diff --git a/content/en/functions/after.md b/content/en/functions/after.md index 3bf293a03..f121ca302 100644 --- a/content/en/functions/after.md +++ b/content/en/functions/after.md @@ -11,7 +11,9 @@ relatedFuncs: - collections.After - collections.First - collections.Last -signature: [after INDEX COLLECTION] +signature: + - collections.After INDEX COLLECTION + - after INDEX COLLECTION --- The following shows `after` being used in conjunction with the [`slice` function][slice]: diff --git a/content/en/functions/first.md b/content/en/functions/first.md index 8ab08dafa..f906da962 100644 --- a/content/en/functions/first.md +++ b/content/en/functions/first.md @@ -11,7 +11,9 @@ relatedFuncs: - collections.After - collections.First - collections.Last -signature: [first LIMIT COLLECTION] +signature: + - collections.First LIMIT COLLECTION + - first LIMIT COLLECTION --- `first` works in a similar manner to the [`limit` keyword in diff --git a/content/en/functions/last.md b/content/en/functions/last.md index c646c32c2..1cf7f21b5 100644 --- a/content/en/functions/last.md +++ b/content/en/functions/last.md @@ -11,7 +11,9 @@ relatedFuncs: - collections.After - collections.First - collections.Last -signature: [last INDEX COLLECTION] +signature: + - collections.Last INDEX COLLECTION + - last INDEX COLLECTION --- ```go-html-template diff --git a/content/en/functions/relLangURL.md b/content/en/functions/relLangURL.md index 8eaf47dd4..6d0a37747 100644 --- a/content/en/functions/relLangURL.md +++ b/content/en/functions/relLangURL.md @@ -12,7 +12,9 @@ relatedFuncs: - urls.AbsURL - urls.RelLangURL - urls.RelURL -signature: [relLangURL INPUT] +signature: + - urls.RelLangURL INPUT + - relLangURL INPUT --- Use this function with both monolingual and multilingual configurations. The URL returned by this function depends on: diff --git a/content/en/functions/relurl.md b/content/en/functions/relurl.md index d39c685bb..ea3e51141 100644 --- a/content/en/functions/relurl.md +++ b/content/en/functions/relurl.md @@ -12,7 +12,9 @@ relatedFuncs: - urls.AbsURL - urls.RelLangURL - urls.RelURL -signature: [relURL INPUT] +signature: + - urls.RelURL INPUT + - relURL INPUT --- With multilingual configurations, use the [`relLangURL`] function instead. The URL returned by this function depends on: