mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 17:40:38 -04:00
Remove category taxonomy from site config
This commit is contained in:
parent
813a0cb0bd
commit
73d616c56b
@ -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.
|
## 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]
|
[taxonomies]
|
||||||
tag = "tags"
|
tag = "tags"
|
||||||
category = "categories"
|
|
||||||
|
|
||||||
|
|
||||||
# High level items
|
# High level items
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: time
|
title: time
|
||||||
# linktitle:
|
linktitle:
|
||||||
description: Converts a timestamp string into a `time.Time` structure.
|
description: Converts a timestamp string into a `time.Time` structure.
|
||||||
godocref:
|
godocref:
|
||||||
date: 2017-02-01
|
date: 2017-02-01
|
||||||
|
Loading…
x
Reference in New Issue
Block a user