From d23d8f5c42755361eabce8a71302bc5310df43b9 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Fri, 9 Mar 2018 13:03:51 -0500 Subject: [PATCH] Remove 'fundamentals' category from function pages Fixes https://github.com/gohugoio/hugoDocs/issues/406 --- content/functions/range.md | 2 +- content/functions/title.md | 2 +- content/functions/with.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/functions/range.md b/content/functions/range.md index d7efa0732..6f007e93d 100644 --- a/content/functions/range.md +++ b/content/functions/range.md @@ -6,7 +6,7 @@ godocref: date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 -categories: [functions,fundamentals] +categories: [functions] menu: docs: parent: "functions" diff --git a/content/functions/title.md b/content/functions/title.md index 3c8032472..e3a7e9c0b 100644 --- a/content/functions/title.md +++ b/content/functions/title.md @@ -6,7 +6,7 @@ godocref: date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 -categories: [functions,fundamentals] +categories: [functions] menu: docs: parent: "functions" diff --git a/content/functions/with.md b/content/functions/with.md index 1f2c4beb1..3fad8bd9c 100644 --- a/content/functions/with.md +++ b/content/functions/with.md @@ -6,7 +6,7 @@ godocref: date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-03-12 -categories: [functions,fundamentals] +categories: [functions] menu: docs: parent: "functions"