Remove category taxonomy from site config

This commit is contained in:
Ryan Watters 2017-07-03 14:26:19 -05:00 committed by Anthony Fok
parent 813a0cb0bd
commit 73d616c56b
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
---
title: time
# linktitle:
linktitle:
description: Converts a timestamp string into a `time.Time` structure.
godocref:
date: 2017-02-01