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:
Alexandros 2019-02-25 20:28:21 +02:00 committed by digitalcraftsman
parent 3dd21719f1
commit 7371797b1f
10 changed files with 10 additions and 18 deletions

View File

@ -2,8 +2,7 @@
title = "About" title = "About"
date = "2014-04-09" date = "2014-04-09"
aliases = ["about-us","about-hugo","contact"] aliases = ["about-us","about-hugo","contact"]
[ author ] author = "Hugo Authors"
name = "Hugo Authors"
+++ +++
Hugo is the **worlds fastest framework for building websites**. It is written in Go. Hugo is the **worlds fastest framework for building websites**. It is written in Go.

View File

@ -1,6 +1,5 @@
+++ +++
aliases = ["posts","articles","blog","showcase"] aliases = ["posts","articles","blog","showcase"]
title = "Posts" title = "Posts"
[ author ] author = "Hugo Authors"
name = "Hugo Authors"
+++ +++

View File

@ -9,6 +9,7 @@ linktitle = ""
title = "Création d'un nouveau thème" title = "Création d'un nouveau thème"
slug = "Creation d'un nouveau theme" slug = "Creation d'un nouveau theme"
type = "post" type = "post"
author = "Hugo Auteurs"
+++ +++
## Introduction ## Introduction

View File

@ -1,6 +1,5 @@
--- ---
author: author: "Hugo Authors"
name: "Michael Henderson"
date: 2014-09-28 date: 2014-09-28
linktitle: Creating a New Theme linktitle: Creating a New Theme
type: type:

View File

@ -9,8 +9,7 @@ linktitle = ""
slug = "Introduction aux modeles Hugo" slug = "Introduction aux modeles Hugo"
title = "Introduction aux modèles (Hu)go" title = "Introduction aux modèles (Hu)go"
type = ["posts","post"] type = ["posts","post"]
[ author ] author = "Hugo Auteurs"
name = "Michael Henderson"
+++ +++
Hugo utilise l'excellente librairie [go][] [html/template][gohtmltemplate] pour Hugo utilise l'excellente librairie [go][] [html/template][gohtmltemplate] pour

View File

@ -15,8 +15,7 @@ categories = [
"golang", "golang",
] ]
series = ["Hugo 101"] series = ["Hugo 101"]
[ author ] author = "Hugo Authors"
name = "Hugo Authors"
+++ +++
Hugo uses the excellent [Go][] [html/template][gohtmltemplate] library for Hugo uses the excellent [Go][] [html/template][gohtmltemplate] library for

View File

@ -9,8 +9,7 @@ linktitle = ""
slug = "Debuter avec Hugo" slug = "Debuter avec Hugo"
title = "Débuter avec Hugo" title = "Débuter avec Hugo"
type = "post" type = "post"
[ author ] author = "Hugo Auteurs"
name = "Hugo Authors"
+++ +++
## Étape 1. Installer Hugo ## Étape 1. Installer Hugo

View File

@ -14,8 +14,7 @@ categories = [
"golang", "golang",
] ]
series = ["Hugo 101"] series = ["Hugo 101"]
[ author ] author = "Hugo Authors"
name = "Hugo Authors"
+++ +++
## Step 1. Install Hugo ## Step 1. Install Hugo

View File

@ -9,8 +9,7 @@ linktitle = ""
slug = "Migrer vers Hugo depuis Jekyll" slug = "Migrer vers Hugo depuis Jekyll"
title = "Migrer vers Hugo depuis Jekyll" title = "Migrer vers Hugo depuis Jekyll"
type = ["posts","post"] type = ["posts","post"]
[ author ] author = "Hugo Auteurs"
name = "Hugo Authors"
+++ +++
## Déplacez le contenu statique vers `static` ## Déplacez le contenu statique vers `static`

View File

@ -1,6 +1,5 @@
--- ---
author: author: "Hugo Authors"
name: "Hugo Authors"
date: 2014-03-10 date: 2014-03-10
linktitle: Migrating from Jekyll linktitle: Migrating from Jekyll
title: Migrate to Hugo from Jekyll title: Migrate to Hugo from Jekyll