aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Xu <stevexugc@gmail.com>2019-09-03 21:36:04 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2019-09-03 21:36:04 +0800
commitadd91d5540decfa4ce5f2dd1487ec26ade656c8e (patch)
tree1b087b9ff5f1de2b1100c2ea9231dcb1117bed72
parent90598768ad077d4bd5a7b167eec4b2c3debe5afd (diff)
fix(layouts/partials/head.html): fix hugo 0.55 warning (#161)
Closes #158
-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 ee07cfe..9da15a2 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -33,7 +33,7 @@
{{ with .Site.Params.googleVerification }}<meta name="google-site-verification" content="{{.}}" />{{ end }}
<!-- Site Generator -->
-<meta name="generator" content="Hugo {{ .Hugo.Version }} with even 4.0.0" />
+<meta name="generator" content="Hugo {{ .Site.Hugo.Version }} with even 4.0.0" />
<!-- Permalink & RSSlink -->
<link rel="canonical" href="{{ .Permalink }}" />