mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-27 21:24:15 -04:00
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:
parent
946616d8e1
commit
8357e46a5e
5 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
date: 2014-03-10
|
||||
linktitle: Migrating from Jekyll
|
||||
title: Migrate to Hugo from Jekyll
|
||||
type: posts
|
||||
weight: 10
|
||||
series:
|
||||
- Hugo 101
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue