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.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/partials/copyright.html b/layouts/partials/copyright.html
index ad5e23a..3feee72 100644
--- a/layouts/partials/copyright.html
+++ b/layouts/partials/copyright.html
@@ -1,4 +1,3 @@
-
{{ with .Site.Params.Copyright.Prefix }}
{{ . | markdownify }} |
{{end}}
@@ -6,7 +5,7 @@
{{ with .Site.Params.copyright.url }}<a href="{{ . }}" target="_blank">{{ end }}
{{ .Site.Params.copyright.name }}
{{ with .Site.Params.copyright.url }}</a>{{ end }}
-<span id="thisyear">2020</span>
+<span id="thisyear">{{ now.Year }}</span>
{{ with .Site.Params.Copyright.Suffix }}
| {{ . | markdownify }}
{{end}}