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

github.com/lgaida/mediumish-gohugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoricf20 <icf20@users.noreply.github.com>2019-05-25 14:39:44 +0300
committerGitHub <noreply@github.com>2019-05-25 14:39:44 +0300
commit58737b2f53c4adcec767495f114a626e4a78f3af (patch)
treef8c19157fa703014d5932660a0d389db7c4f44c6
parent86130d4f3b076aecd71de6bf77543afd00145d2f (diff)
deprecated .Hugo
Page's .Hugo is deprecated and will be removed in a future release. Use the global hugo function.
-rw-r--r--layouts/partials/_shared/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/_shared/head.html b/layouts/partials/_shared/head.html
index ecb89fa..a6f8264 100644
--- a/layouts/partials/_shared/head.html
+++ b/layouts/partials/_shared/head.html
@@ -1,7 +1,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- {{ .Hugo.Generator }}
+ {{ hugo.Generator }}
{{ with .Site.Params.logo }}
<link rel="icon" href="{{ . | urlize | relURL }}">
{{ end }}