mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 07:27:03 -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.
|
||||
[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
|
||||
|
Loading…
x
Reference in New Issue
Block a user