From c9d065c20edfbbc5bac41bd8ea549e51eb6e6a19 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 15 Apr 2021 22:16:24 -0700 Subject: [PATCH] Remove duplicate YAML keys (#1420) --- content/en/functions/NumFmt.md | 1 - content/en/functions/delimit.md | 1 - content/en/functions/dict.md | 1 - content/en/functions/lang.Merge.md | 1 - 4 files changed, 4 deletions(-) diff --git a/content/en/functions/NumFmt.md b/content/en/functions/NumFmt.md index 1bc07abd5..9b51f597f 100644 --- a/content/en/functions/NumFmt.md +++ b/content/en/functions/NumFmt.md @@ -2,7 +2,6 @@ title: lang.NumFmt description: "Formats a number with a given precision using the requested `negative`, `decimal`, and `grouping` options. The `options` parameter is a string consisting of ` `." godocref: "" -workson: [] date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-08-21 diff --git a/content/en/functions/delimit.md b/content/en/functions/delimit.md index 083e8baf8..2d13570f6 100644 --- a/content/en/functions/delimit.md +++ b/content/en/functions/delimit.md @@ -2,7 +2,6 @@ title: delimit description: Loops through any array, slice, or map and returns a string of all the values separated by a delimiter. godocref: -workson: [] date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 diff --git a/content/en/functions/dict.md b/content/en/functions/dict.md index 76fdde284..68088bae4 100644 --- a/content/en/functions/dict.md +++ b/content/en/functions/dict.md @@ -2,7 +2,6 @@ title: dict description: Creates a dictionary from a list of key and value pairs. godocref: -workson: [] date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-26 diff --git a/content/en/functions/lang.Merge.md b/content/en/functions/lang.Merge.md index d2fadea12..a80362877 100644 --- a/content/en/functions/lang.Merge.md +++ b/content/en/functions/lang.Merge.md @@ -2,7 +2,6 @@ title: lang.Merge description: "Merge missing translations from other languages." godocref: "" -workson: [] date: 2018-03-16 categories: [functions] keywords: [multilingual]