From 73d616c56b6296f33065a481eeea49eb93c22e0a Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Mon, 3 Jul 2017 14:26:19 -0500 Subject: [PATCH] Remove category taxonomy from site config --- config.toml | 1 - content/functions/time.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 7c29ebc3b..80ec52f77 100644 --- a/config.toml +++ b/config.toml @@ -81,7 +81,6 @@ twitter = "GoHugoIO" ## As of v0.20, all content files include a default "categories" value that's the same as the section. This was a cheap future-proofing method and should/could be changed accordingly. [taxonomies] tag = "tags" - category = "categories" # High level items diff --git a/content/functions/time.md b/content/functions/time.md index ccb3daf29..a29805ff9 100644 --- a/content/functions/time.md +++ b/content/functions/time.md @@ -1,6 +1,6 @@ --- title: time -# linktitle: +linktitle: description: Converts a timestamp string into a `time.Time` structure. godocref: date: 2017-02-01