Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nurlansu/hugo-sustain.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNurlan Su <nurlansu@users.noreply.github.com>2018-08-04 08:52:48 +0300
committerGitHub <noreply@github.com>2018-08-04 08:52:48 +0300
commit4ca4b008f24deada14aace75d33c8f517eddf3c9 (patch)
treea4a36740c5a5bf898f1cef2cb758b0b5121727f4
parent53216177b807cb447f973ac71a563398363c6820 (diff)
parentdefe2ade1217f5ba4891e6efe4881cb53aa936a6 (diff)
Merge pull request #23 from jeffxf/patch-1
Fix author param reference
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="author" content="{{ .Site.Author }}" />
+ <meta name="author" content="{{ .Site.Params.Author }}" />
{{ if .Site.Params.description }}<meta name="description" content="{{ .Site.Params.description }}">{{ end }}
<link rel="shortcut icon" type="image/x-icon" href="{{ .Site.BaseURL }}img/favicon.ico">
<title>