mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-06-02 23:59:51 -04: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:
parent
3dd21719f1
commit
7371797b1f
10 changed files with 10 additions and 18 deletions
|
@ -9,8 +9,7 @@ linktitle = ""
|
|||
slug = "Migrer vers Hugo depuis Jekyll"
|
||||
title = "Migrer vers Hugo depuis Jekyll"
|
||||
type = ["posts","post"]
|
||||
[ author ]
|
||||
name = "Hugo Authors"
|
||||
author = "Hugo Auteurs"
|
||||
+++
|
||||
|
||||
## Déplacez le contenu statique vers `static`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue