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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalim B <salim@posteo.de>2019-04-25 19:51:14 +0300
committerGuillermo Guerrero Ibarra <wolf.fox1985@gmail.com>2019-04-25 19:51:14 +0300
commit8715426ac786da6c2c47fcd7a234b533caefad91 (patch)
tree84cdd05fe40d2d1524627750986e6f1e94ece714
parent05cd987d88dcb3c614accce7bcc090fe062dff4f (diff)
replace deprecated Page.Hugo variable with global hugo function (#204)
-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 834a733..e331b9a 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -18,7 +18,7 @@
<meta name="description" content="{{ .Site.Params.DefaultDescription }}">
{{ end }}
- {{ .Hugo.Generator }}
+ {{ hugo.Generator }}
<link href='//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,500,700,800' rel='stylesheet' type='text/css'>