mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-19 13:44:48 -04:00
Fix odd ordering in functions section
This commit is contained in:
parent
032982a642
commit
4dbb23019d
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user