mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Fix odd ordering in functions section
This commit is contained in:
@@ -3,8 +3,8 @@ title: union
|
||||
linktitle: union
|
||||
description: Given two arrays or slices, returns a new array that contains the elements or objects that belong to either or both arrays/slices.
|
||||
godocref:
|
||||
date: 2017-03-12
|
||||
publishdate: 2017-03-12
|
||||
date: 2017-02-01
|
||||
publishdate: 2017-02-01
|
||||
lastmod: 2017-03-12
|
||||
categories: [functions]
|
||||
tags: [filtering,lists]
|
||||
|
||||
@@ -3,8 +3,8 @@ title: with
|
||||
linktitle: with
|
||||
description: Rebinds the context (`.`) within its scope and skips the block if the variable is absent.
|
||||
godocref:
|
||||
date: 2017-03-12
|
||||
publishdate: 2017-03-12
|
||||
date: 2017-02-01
|
||||
publishdate: 2017-02-01
|
||||
lastmod: 2017-03-12
|
||||
categories: [functions]
|
||||
tags: [conditionals,fundamentals]
|
||||
|
||||
Reference in New Issue
Block a user