From 949bbd030f23d2a46d64d1e464735e622bf00944 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Sat, 18 Feb 2017 18:02:18 -0600 Subject: [PATCH] Update functions front matter --- content/functions/GetPage.md | 2 +- content/functions/_index.md | 2 +- content/functions/absLangURL.md | 4 ++-- content/functions/absURL.md | 2 +- content/functions/after.md | 2 +- content/functions/apply.md | 2 +- content/functions/base64Decode.md | 2 +- content/functions/base64Encode.md | 2 +- content/functions/chomp.md | 2 +- content/functions/countrunes.md | 2 +- content/functions/countwords.md | 2 +- content/functions/dateformat.md | 4 ++-- content/functions/default-function.md | 2 +- content/functions/delimit.md | 2 +- content/functions/dict.md | 2 +- content/functions/echoparam.md | 8 ++++---- content/functions/emojify.md | 2 +- content/functions/findRe.md | 2 +- content/functions/first.md | 2 +- content/functions/get.md | 16 ++++++++++++++++ content/functions/getenv.md | 2 +- content/functions/hasPrefix.md | 4 ++-- content/functions/highlight.md | 2 +- content/functions/htmlEscape.md | 4 ++-- content/functions/htmlUnescape.md | 4 ++-- content/functions/humanize.md | 2 +- content/functions/i18n.md | 20 ++++++++++++++++++++ content/functions/imageConfig.md | 2 +- content/functions/in.md | 2 +- content/functions/index-function.md | 2 +- content/functions/int.md | 2 +- content/functions/intersect.md | 2 +- content/functions/isset.md | 2 +- content/functions/jsonify.md | 2 +- content/functions/last.md | 2 +- content/functions/lower.md | 2 +- content/functions/markdownify.md | 2 +- content/functions/math.md | 2 +- content/functions/md5.md | 2 +- content/functions/partialCached.md | 4 ++-- content/functions/plainify.md | 2 +- content/functions/pluralize.md | 2 +- content/functions/printf.md | 2 +- content/functions/querify.md | 2 +- content/functions/range.md | 2 +- content/functions/readDir.md | 2 +- content/functions/readFile.md | 2 +- content/functions/rel.md | 2 +- content/functions/relLangURL.md | 6 +++--- content/functions/relURL.md | 4 ++-- content/functions/relref.md | 2 +- content/functions/render.md | 4 ++-- content/functions/replace.md | 2 +- content/functions/safeCSS.md | 2 +- content/functions/safeHTML.md | 2 +- content/functions/safeHTMLAttr.md | 4 ++-- content/functions/safeJS.md | 4 ++-- content/functions/safeURL.md | 2 +- content/functions/scratch.md | 2 +- content/functions/seq.md | 2 +- content/functions/sha1.md | 2 +- content/functions/sha256.md | 2 +- content/functions/shuffle.md | 2 +- content/functions/singularize.md | 2 +- content/functions/slice.md | 2 +- content/functions/slicestr.md | 2 +- content/functions/sort.md | 2 +- content/functions/split.md | 2 +- content/functions/string.md | 2 +- content/functions/substr.md | 2 +- content/functions/the-dot.md | 2 +- content/functions/time.md | 2 +- content/functions/title.md | 2 +- content/functions/trim.md | 2 +- content/functions/unix.md | 2 +- content/functions/upper.md | 2 +- content/functions/urlize.md | 2 +- content/functions/where.md | 2 +- content/functions/with.md | 2 +- 79 files changed, 128 insertions(+), 92 deletions(-) create mode 100644 content/functions/get.md create mode 100644 content/functions/i18n.md diff --git a/content/functions/GetPage.md b/content/functions/GetPage.md index c71b9a6df..ef0e0e3d1 100644 --- a/content/functions/GetPage.md +++ b/content/functions/GetPage.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/_index.md b/content/functions/_index.md index bf1ded966..0d88d4110 100644 --- a/content/functions/_index.md +++ b/content/functions/_index.md @@ -10,6 +10,6 @@ weight: 01 draft: false slug: aliases: [] -notes: +notesforauthors: --- diff --git a/content/functions/absLangURL.md b/content/functions/absLangURL.md index 453da9bcd..1a3ce0ad8 100644 --- a/content/functions/absLangURL.md +++ b/content/functions/absLangURL.md @@ -10,8 +10,8 @@ tags: [multilingual,i18n,urls] categories: [functions] toc: false draft: false -aliases: [] -notes: +aliases: [/functions/absLangUrl/] +notesforauthors: --- ## Example diff --git a/content/functions/absURL.md b/content/functions/absURL.md index fa6529b1a..9d4923ce4 100644 --- a/content/functions/absURL.md +++ b/content/functions/absURL.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/after.md b/content/functions/after.md index e6763d0cb..4a958dded 100644 --- a/content/functions/after.md +++ b/content/functions/after.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/apply.md b/content/functions/apply.md index 9e91a9b80..ec99b53a5 100644 --- a/content/functions/apply.md +++ b/content/functions/apply.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/base64Decode.md b/content/functions/base64Decode.md index 5b9d589e0..88ef3addc 100644 --- a/content/functions/base64Decode.md +++ b/content/functions/base64Decode.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/base64Encode.md b/content/functions/base64Encode.md index 79a96f950..84d7a4dcf 100644 --- a/content/functions/base64Encode.md +++ b/content/functions/base64Encode.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/chomp.md b/content/functions/chomp.md index 45931dac7..3e7b6bbf5 100644 --- a/content/functions/chomp.md +++ b/content/functions/chomp.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/countrunes.md b/content/functions/countrunes.md index 60b88df46..b3729554f 100644 --- a/content/functions/countrunes.md +++ b/content/functions/countrunes.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/countwords.md b/content/functions/countwords.md index 8e320a42d..566234666 100644 --- a/content/functions/countwords.md +++ b/content/functions/countwords.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/dateformat.md b/content/functions/dateformat.md index 81d71a5c0..6a39831a3 100644 --- a/content/functions/dateformat.md +++ b/content/functions/dateformat.md @@ -10,8 +10,8 @@ tags: [dates,time] categories: [functions] toc: false draft: false -aliases: [] -notes: +aliases: [/functions/dateFormat/] +notesforauthors: --- ## Example diff --git a/content/functions/default-function.md b/content/functions/default-function.md index d8c2a8438..da95836ae 100644 --- a/content/functions/default-function.md +++ b/content/functions/default-function.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [/functions/default/] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/delimit.md b/content/functions/delimit.md index d75cff533..0eb1cc802 100644 --- a/content/functions/delimit.md +++ b/content/functions/delimit.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/dict.md b/content/functions/dict.md index 75e45d092..57178a8e0 100644 --- a/content/functions/dict.md +++ b/content/functions/dict.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/echoparam.md b/content/functions/echoparam.md index 6705d5a34..c00e3ab96 100644 --- a/content/functions/echoparam.md +++ b/content/functions/echoparam.md @@ -1,6 +1,6 @@ --- -title: echoParam -linktitle: +title: echoparam +linktitle: echoParam description: godocref: date: 2017-02-01 @@ -10,8 +10,8 @@ tags: [] categories: [functions] toc: false draft: false -aliases: [] -notes: +aliases: [/functions/echoParam/] +notesforauthors: --- ## Example diff --git a/content/functions/emojify.md b/content/functions/emojify.md index 8238ed33f..51313bf32 100644 --- a/content/functions/emojify.md +++ b/content/functions/emojify.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/findRe.md b/content/functions/findRe.md index 117fca1d1..1887da6ae 100644 --- a/content/functions/findRe.md +++ b/content/functions/findRe.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/first.md b/content/functions/first.md index 16481fa97..3bdf76ac7 100644 --- a/content/functions/first.md +++ b/content/functions/first.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/get.md b/content/functions/get.md new file mode 100644 index 000000000..43c9388e5 --- /dev/null +++ b/content/functions/get.md @@ -0,0 +1,16 @@ +--- +title: get +linktitle: Get +description: +godocref: +date: 2017-02-01 +publishdate: 2017-02-01 +lastmod: 2017-02-01 +categories: [functions] +tags: [shortcodes] +toc: false +draft: false +aliases: [] +notesforauthors: +--- + diff --git a/content/functions/getenv.md b/content/functions/getenv.md index 8a0d6917a..727545ec4 100644 --- a/content/functions/getenv.md +++ b/content/functions/getenv.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/hasPrefix.md b/content/functions/hasPrefix.md index c788ce8f2..4c0dec85e 100644 --- a/content/functions/hasPrefix.md +++ b/content/functions/hasPrefix.md @@ -10,8 +10,8 @@ tags: [] categories: [functions] toc: false draft: false -aliases: [] -notes: +aliases: [/functions/hasPrefix/] +notesforauthors: --- ## Example diff --git a/content/functions/highlight.md b/content/functions/highlight.md index f83852e8e..39d48d6e8 100644 --- a/content/functions/highlight.md +++ b/content/functions/highlight.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/htmlEscape.md b/content/functions/htmlEscape.md index 5256b4e39..b639ae094 100644 --- a/content/functions/htmlEscape.md +++ b/content/functions/htmlEscape.md @@ -10,8 +10,8 @@ tags: [] categories: [functions] toc: false draft: false -aliases: [] -notes: +aliases: [/functions/htmlEscape/] +notesforauthors: --- ## Example diff --git a/content/functions/htmlUnescape.md b/content/functions/htmlUnescape.md index 4c568dc58..aaa31cc05 100644 --- a/content/functions/htmlUnescape.md +++ b/content/functions/htmlUnescape.md @@ -10,8 +10,8 @@ tags: [] categories: [functions] toc: false draft: false -aliases: [] -notes: +aliases: [/functions/htmlUnescape/] +notesforauthors: --- ## Example diff --git a/content/functions/humanize.md b/content/functions/humanize.md index d569d6494..f5482ac62 100644 --- a/content/functions/humanize.md +++ b/content/functions/humanize.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/i18n.md b/content/functions/i18n.md new file mode 100644 index 000000000..34cb5b355 --- /dev/null +++ b/content/functions/i18n.md @@ -0,0 +1,20 @@ +--- +title: i18n +linktitle: i18n +description: +godocref: +date: 2017-02-01 +publishdate: 2017-02-01 +lastmod: 2017-02-01 +categories: [functions] +tags: [internationalization,i18n,multilingual] +toc: false +draft: false +aliases: [] +notesforauthors: +--- + +## Example + +## Advanced Example + diff --git a/content/functions/imageConfig.md b/content/functions/imageConfig.md index a440c3dce..cf193b733 100644 --- a/content/functions/imageConfig.md +++ b/content/functions/imageConfig.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/in.md b/content/functions/in.md index 10f074851..38af4f79c 100644 --- a/content/functions/in.md +++ b/content/functions/in.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/index-function.md b/content/functions/index-function.md index 92e1d12e3..bfcc3daf9 100644 --- a/content/functions/index-function.md +++ b/content/functions/index-function.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/int.md b/content/functions/int.md index b9c630907..f791c10f1 100644 --- a/content/functions/int.md +++ b/content/functions/int.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/intersect.md b/content/functions/intersect.md index ef05f9cf8..d92dc7cc2 100644 --- a/content/functions/intersect.md +++ b/content/functions/intersect.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/isset.md b/content/functions/isset.md index 5e688552a..861de5cd5 100644 --- a/content/functions/isset.md +++ b/content/functions/isset.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/jsonify.md b/content/functions/jsonify.md index 5e965a886..dba085a01 100644 --- a/content/functions/jsonify.md +++ b/content/functions/jsonify.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/last.md b/content/functions/last.md index 47ec5a1c4..77572ca07 100644 --- a/content/functions/last.md +++ b/content/functions/last.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/lower.md b/content/functions/lower.md index 1e78e2e8b..d79283ae8 100644 --- a/content/functions/lower.md +++ b/content/functions/lower.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/markdownify.md b/content/functions/markdownify.md index 206ff3062..b6c297db2 100644 --- a/content/functions/markdownify.md +++ b/content/functions/markdownify.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/math.md b/content/functions/math.md index 28a577326..5e00c5569 100644 --- a/content/functions/math.md +++ b/content/functions/math.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- There are 6 basic mathematical operators that can be used in Hugo templates: diff --git a/content/functions/md5.md b/content/functions/md5.md index 496bc8291..c617fe60b 100644 --- a/content/functions/md5.md +++ b/content/functions/md5.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/partialCached.md b/content/functions/partialCached.md index 9297017ee..012eda747 100644 --- a/content/functions/partialCached.md +++ b/content/functions/partialCached.md @@ -10,8 +10,8 @@ tags: [] categories: [functions] toc: false draft: false -aliases: [] -notes: +aliases: [/functions/partialCached/] +notesforauthors: --- ## Example diff --git a/content/functions/plainify.md b/content/functions/plainify.md index f367a825f..b5f8e54e1 100644 --- a/content/functions/plainify.md +++ b/content/functions/plainify.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/pluralize.md b/content/functions/pluralize.md index 656cc76cc..5f39bcde2 100644 --- a/content/functions/pluralize.md +++ b/content/functions/pluralize.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/printf.md b/content/functions/printf.md index 684281ef7..372d3d422 100644 --- a/content/functions/printf.md +++ b/content/functions/printf.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/querify.md b/content/functions/querify.md index e4c392e2b..4ba8df552 100644 --- a/content/functions/querify.md +++ b/content/functions/querify.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/range.md b/content/functions/range.md index b7ac328c2..b77a724bd 100644 --- a/content/functions/range.md +++ b/content/functions/range.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/readDir.md b/content/functions/readDir.md index a0d70f65b..69bd50006 100644 --- a/content/functions/readDir.md +++ b/content/functions/readDir.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/readFile.md b/content/functions/readFile.md index ebfb5bc3b..543bdac82 100644 --- a/content/functions/readFile.md +++ b/content/functions/readFile.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/rel.md b/content/functions/rel.md index 7fa8d9c6c..cf4bbfa26 100644 --- a/content/functions/rel.md +++ b/content/functions/rel.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/relLangURL.md b/content/functions/relLangURL.md index ce622c987..b958ec2dc 100644 --- a/content/functions/relLangURL.md +++ b/content/functions/relLangURL.md @@ -6,12 +6,12 @@ godocref: date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 -tags: [multilingual,i18n,urls] categories: [functions] +tags: [internationalization,multilingual,i18n,urls] toc: false draft: false -aliases: [] -notes: +aliases: [/functions/relLangUrl/] +notesforauthors: --- ## Example diff --git a/content/functions/relURL.md b/content/functions/relURL.md index 17f6ab59d..d904351b5 100644 --- a/content/functions/relURL.md +++ b/content/functions/relURL.md @@ -10,8 +10,8 @@ tags: [urls] categories: [functions] toc: false draft: false -aliases: [] -notes: +aliases: [/functions/relURL/] +notesforauthors: --- ## Example diff --git a/content/functions/relref.md b/content/functions/relref.md index d4befd34d..c19b0f4fc 100644 --- a/content/functions/relref.md +++ b/content/functions/relref.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/render.md b/content/functions/render.md index 740af80a8..6a33d4ac2 100644 --- a/content/functions/render.md +++ b/content/functions/render.md @@ -10,8 +10,8 @@ tags: [views] categories: [functions] toc: false draft: false -aliases: [] -notes: +aliases: [/functions/Render/] +notesforauthors: --- ## Example diff --git a/content/functions/replace.md b/content/functions/replace.md index 6f2a79a69..9a5322df2 100644 --- a/content/functions/replace.md +++ b/content/functions/replace.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/safeCSS.md b/content/functions/safeCSS.md index d2acafba3..5ee2e6046 100644 --- a/content/functions/safeCSS.md +++ b/content/functions/safeCSS.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/safeHTML.md b/content/functions/safeHTML.md index a52f74819..dc227ec6c 100644 --- a/content/functions/safeHTML.md +++ b/content/functions/safeHTML.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/safeHTMLAttr.md b/content/functions/safeHTMLAttr.md index f7912a76f..9ac901b62 100644 --- a/content/functions/safeHTMLAttr.md +++ b/content/functions/safeHTMLAttr.md @@ -10,8 +10,8 @@ tags: [strings] categories: [functions] toc: false draft: false -aliases: [] -notes: +aliases: [/functions/safeHTMLAttr/] +notesforauthors: --- ## Example diff --git a/content/functions/safeJS.md b/content/functions/safeJS.md index 68327c793..d081cfaf1 100644 --- a/content/functions/safeJS.md +++ b/content/functions/safeJS.md @@ -10,8 +10,8 @@ tags: [strings] categories: [functions] toc: false draft: false -aliases: [] -notes: +aliases: [/functions/safeJS/] +notesforauthors: --- ## Example diff --git a/content/functions/safeURL.md b/content/functions/safeURL.md index 76e1f86b9..0bc078e20 100644 --- a/content/functions/safeURL.md +++ b/content/functions/safeURL.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/scratch.md b/content/functions/scratch.md index c862e0cb7..37263af60 100644 --- a/content/functions/scratch.md +++ b/content/functions/scratch.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/seq.md b/content/functions/seq.md index 2bb66891b..32026180a 100644 --- a/content/functions/seq.md +++ b/content/functions/seq.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/sha1.md b/content/functions/sha1.md index bfbd63c61..211dd9285 100644 --- a/content/functions/sha1.md +++ b/content/functions/sha1.md @@ -12,7 +12,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/sha256.md b/content/functions/sha256.md index 624bc191f..f739bb27d 100644 --- a/content/functions/sha256.md +++ b/content/functions/sha256.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/shuffle.md b/content/functions/shuffle.md index 049c042ed..48cb8d484 100644 --- a/content/functions/shuffle.md +++ b/content/functions/shuffle.md @@ -12,7 +12,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/singularize.md b/content/functions/singularize.md index caeb12a86..e2826d4b8 100644 --- a/content/functions/singularize.md +++ b/content/functions/singularize.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/slice.md b/content/functions/slice.md index f2d4917b3..22ed95b7e 100644 --- a/content/functions/slice.md +++ b/content/functions/slice.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/slicestr.md b/content/functions/slicestr.md index 8dc60da05..e6fcf6050 100644 --- a/content/functions/slicestr.md +++ b/content/functions/slicestr.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/sort.md b/content/functions/sort.md index 691d54947..6c71b7c30 100644 --- a/content/functions/sort.md +++ b/content/functions/sort.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/split.md b/content/functions/split.md index 0843a2db4..bfc94276e 100644 --- a/content/functions/split.md +++ b/content/functions/split.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/string.md b/content/functions/string.md index 957b90f50..400e5e96e 100644 --- a/content/functions/string.md +++ b/content/functions/string.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/substr.md b/content/functions/substr.md index 269b3b149..a14bf583f 100644 --- a/content/functions/substr.md +++ b/content/functions/substr.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/the-dot.md b/content/functions/the-dot.md index 78f5e96fd..348e15795 100644 --- a/content/functions/the-dot.md +++ b/content/functions/the-dot.md @@ -12,5 +12,5 @@ weight: toc: false draft: false aliases: [/functions/dot/,/functions/context/] -notes: +notesforauthors: --- \ No newline at end of file diff --git a/content/functions/time.md b/content/functions/time.md index 36f752367..f54b0fcea 100644 --- a/content/functions/time.md +++ b/content/functions/time.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/title.md b/content/functions/title.md index 928277183..7f8ab1331 100644 --- a/content/functions/title.md +++ b/content/functions/title.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/trim.md b/content/functions/trim.md index 1db36e9ef..3cd9b14e6 100644 --- a/content/functions/trim.md +++ b/content/functions/trim.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/unix.md b/content/functions/unix.md index 62e5e7449..3a49c280e 100644 --- a/content/functions/unix.md +++ b/content/functions/unix.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/upper.md b/content/functions/upper.md index e58bd3a39..a8110ce36 100644 --- a/content/functions/upper.md +++ b/content/functions/upper.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/urlize.md b/content/functions/urlize.md index dd613be42..249d75b54 100644 --- a/content/functions/urlize.md +++ b/content/functions/urlize.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/where.md b/content/functions/where.md index 39dfd2114..fe648f080 100644 --- a/content/functions/where.md +++ b/content/functions/where.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example diff --git a/content/functions/with.md b/content/functions/with.md index 2a6744130..f7f3176e8 100644 --- a/content/functions/with.md +++ b/content/functions/with.md @@ -11,7 +11,7 @@ categories: [functions] toc: false draft: false aliases: [] -notes: +notesforauthors: --- ## Example