From defe2ade1217f5ba4891e6efe4881cb53aa936a6 Mon Sep 17 00:00:00 2001 From: Jeff Date: Sat, 4 Aug 2018 01:40:58 -0400 Subject: [PATCH] Fix author param reference The example config.toml stores the 'author' variable under [params] but the head.html partial looks for it in the root of config.toml. --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 00a14b0..6ee8277 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -4,7 +4,7 @@ - + {{ if .Site.Params.description }}{{ end }}