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

gitlab.com/maxlefou/hugo.386.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/copyright.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/copyright.html b/layouts/partials/copyright.html
index 0de293f..3feee72 100644
--- a/layouts/partials/copyright.html
+++ b/layouts/partials/copyright.html
@@ -9,6 +9,6 @@
{{ with .Site.Params.Copyright.Suffix }}
| {{ . | markdownify }}
{{end}}
-{{ if isset .Site.Params "showhugo" }}
+{{ if .Site.Params.showhugo }}
| {{ i18n "builton" }} <a href="//gohugo.io" target="_blank">Hugo</a>
{{ end }}