From e5da3886761b4fdcb430ab634c9970a1fc069549 Mon Sep 17 00:00:00 2001 From: kendo5731 Date: Mon, 13 Feb 2017 20:19:07 +0100 Subject: [PATCH] feat: changes the "name" parameter to "author" --- README.md | 1 + layouts/partials/head.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed0e471..d1174f2 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ title = "Your site" theme = "code-editor" [params] + author = "John Doe" locale = "en-US" ``` diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 4066c34..3a221b8 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,7 +1,7 @@ - + {{ if isset . "Description" }} {{ else }}