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

github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaisuke KONISHI <skydai1151@gmail.com>2019-04-24 18:11:49 +0300
committerDaisuke KONISHI <skydai1151@gmail.com>2019-04-24 18:11:49 +0300
commit2727f049a47c70862c961b3a010938a037cb5ad7 (patch)
tree40efaaf3a09889d2a0e5d2649715404a4ea06652 /layouts
parentf14d5bb80ef141969fc716841b878cfa21426b4b (diff)
fixed #48 replaced .Hugo to hugo.
Diffstat (limited to 'layouts')
-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 43a1b0d..f605994 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge,chrome=1">
<title>{{ .Title }}{{ if not .IsHome }} &middot; {{ .Site.Title }}{{ end }} - {{ with .Site.Params.description }}{{ . }}{{ end }}</title>
- {{ .Hugo.Generator }}
+ {{ hugo.Generator }}
{{ with .Site.Params.description }}
<meta name="description" content="{{ . }}"> {{ end }}
{{ template "_internal/twitter_cards.html" . }}