mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-07-12 06:02:30 +02:00
Revert author parameter back to a string (#36)
This reverts the author front matter parameter back to a string in order to fix the 12 theme demos that broke with #33 The demos that were supposed to be fixed in that PR were whiteListed with https://github.com/gohugoio/hugoThemes/pull/586
This commit is contained in:

committed by
digitalcraftsman

parent
3dd21719f1
commit
7371797b1f
@ -1,6 +1,5 @@
|
||||
+++
|
||||
aliases = ["posts","articles","blog","showcase"]
|
||||
title = "Posts"
|
||||
[ author ]
|
||||
name = "Hugo Authors"
|
||||
author = "Hugo Authors"
|
||||
+++
|
Reference in New Issue
Block a user