From 4dbb23019d44e4516b84d533e4ea98d9b779d905 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Sun, 12 Mar 2017 23:04:15 -0500 Subject: [PATCH] Fix odd ordering in functions section --- content/functions/union.md | 4 ++-- content/functions/with.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/functions/union.md b/content/functions/union.md index 3ff433d8b..adf876caf 100644 --- a/content/functions/union.md +++ b/content/functions/union.md @@ -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] diff --git a/content/functions/with.md b/content/functions/with.md index 8923a4e7c..f8844b17b 100644 --- a/content/functions/with.md +++ b/content/functions/with.md @@ -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]