mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 10:58:43 -04:00
Remove duplicate YAML keys (#1420)
This commit is contained in:
parent
848f2af262
commit
c9d065c20e
@ -2,7 +2,6 @@
|
|||||||
title: lang.NumFmt
|
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 `<negative> <decimal> <grouping>`."
|
description: "Formats a number with a given precision using the requested `negative`, `decimal`, and `grouping` options. The `options` parameter is a string consisting of `<negative> <decimal> <grouping>`."
|
||||||
godocref: ""
|
godocref: ""
|
||||||
workson: []
|
|
||||||
date: 2017-02-01
|
date: 2017-02-01
|
||||||
publishdate: 2017-02-01
|
publishdate: 2017-02-01
|
||||||
lastmod: 2017-08-21
|
lastmod: 2017-08-21
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
title: delimit
|
title: delimit
|
||||||
description: Loops through any array, slice, or map and returns a string of all the values separated by a delimiter.
|
description: Loops through any array, slice, or map and returns a string of all the values separated by a delimiter.
|
||||||
godocref:
|
godocref:
|
||||||
workson: []
|
|
||||||
date: 2017-02-01
|
date: 2017-02-01
|
||||||
publishdate: 2017-02-01
|
publishdate: 2017-02-01
|
||||||
lastmod: 2017-02-01
|
lastmod: 2017-02-01
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
title: dict
|
title: dict
|
||||||
description: Creates a dictionary from a list of key and value pairs.
|
description: Creates a dictionary from a list of key and value pairs.
|
||||||
godocref:
|
godocref:
|
||||||
workson: []
|
|
||||||
date: 2017-02-01
|
date: 2017-02-01
|
||||||
publishdate: 2017-02-01
|
publishdate: 2017-02-01
|
||||||
lastmod: 2017-02-26
|
lastmod: 2017-02-26
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
title: lang.Merge
|
title: lang.Merge
|
||||||
description: "Merge missing translations from other languages."
|
description: "Merge missing translations from other languages."
|
||||||
godocref: ""
|
godocref: ""
|
||||||
workson: []
|
|
||||||
date: 2018-03-16
|
date: 2018-03-16
|
||||||
categories: [functions]
|
categories: [functions]
|
||||||
keywords: [multilingual]
|
keywords: [multilingual]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user