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

github.com/htr3n/hyde-hyde.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuy Tran <hoang.huy.tran@gmail.com>2019-04-30 03:02:59 +0300
committerGitHub <noreply@github.com>2019-04-30 03:02:59 +0300
commit6c6fb8364126963c15dbd614861ae300b66fdc66 (patch)
tree3b35c489c334578308bc729a6bf8157f639b46ab
parentcbc21e8492ef9c20880ca8dbb5cd90caff18613d (diff)
parent875417c05e78a49ad30d1cc5425bb8b708efa3ff (diff)
Merge pull request #71 from harmstyler/feature/adjust-hugo-function-deprecation
Convert deprecated .Hugo to hugo function
-rw-r--r--layouts/partials/header/meta.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header/meta.html b/layouts/partials/header/meta.html
index f9843cf..5adbbe8 100644
--- a/layouts/partials/header/meta.html
+++ b/layouts/partials/header/meta.html
@@ -3,7 +3,7 @@
<meta http-equiv="Cache-Control" content="public" />
{{ "<!-- Enable responsiveness on mobile devices -->" | safeHTML }}
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
-{{ .Hugo.Generator }}
+{{ hugo.Generator }}
{{ if .IsHome }}
{{ $.Scratch.Set "theTitle" .Site.Title }}
{{else}}