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

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYurizal Susanto <rizalsagi@gmail.com>2021-07-03 13:28:44 +0300
committerGitHub <noreply@github.com>2021-07-03 13:28:44 +0300
commit1d72c7889ba156d7776ee18dcb77570d950cc7c8 (patch)
tree323dd35ab46fd45f001b13357d56ec6183cee7c6
parent69f3a30bc6648a35892e71cfcd52a91adca33038 (diff)
parent7f537c077f5373013503eeaf7997c6cacf64cda5 (diff)
Merge pull request #21 from lijuno/patch-1
Replace the deprecated Hugo variable
-rw-r--r--layouts/partials/meta.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html
index bb7922c..aa52105 100644
--- a/layouts/partials/meta.html
+++ b/layouts/partials/meta.html
@@ -1,7 +1,7 @@
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- {{ .Hugo.Generator }}
+ {{ hugo.Generator }}
{{ partial "metatitle" . }}
{{ partial "metadesc" . }}