mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Remove category taxonomy from site config
This commit is contained in:
committed by
Anthony Fok
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.
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
category = "categories"
|
||||
|
||||
|
||||
# High level items
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: time
|
||||
# linktitle:
|
||||
linktitle:
|
||||
description: Converts a timestamp string into a `time.Time` structure.
|
||||
godocref:
|
||||
date: 2017-02-01
|
||||
|
||||
Reference in New Issue
Block a user