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 <d-kusk@users.noreply.github.com>2019-04-24 18:12:32 +0300
committerGitHub <noreply@github.com>2019-04-24 18:12:32 +0300
commit6cde40ac52de8701fd34bc692204543660540640 (patch)
treebc778ab5e132b17accfcf60929ea8a50656dd22e /layouts
parent82e3ca51cf8adf408d22d1e8d832374943f8b772 (diff)
parent2727f049a47c70862c961b3a010938a037cb5ad7 (diff)
Merge pull request #50 from d-kusk/fix_hugo-func
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 5ef69b5..0414704 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" . }}