Add Posts Type (#31)
This PR adds a `type = "posts"` for themes that need it. Most notably [Hyde Hyde](https://themes.gohugo.io/theme/hyde-hyde/) that currently has its index page empty will have it populated with posts once again. If more themes need different content types I will see whether it is possible to turn `type` into an array to add more of these.
This commit is contained in:
committed by
digitalcraftsman
parent
946616d8e1
commit
8357e46a5e
@@ -2,6 +2,7 @@
|
||||
author: "Michael Henderson"
|
||||
date: 2014-09-28
|
||||
linktitle: Creating a New Theme
|
||||
type: posts
|
||||
title: Creating a New Theme
|
||||
weight: 10
|
||||
series:
|
||||
|
||||
Reference in New Issue
Block a user