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:
Diffstat (limited to 'layouts/partials/sidebar/copyright.html')
-rw-r--r--layouts/partials/sidebar/copyright.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/sidebar/copyright.html b/layouts/partials/sidebar/copyright.html
index e9227d8..b3c4d0c 100644
--- a/layouts/partials/sidebar/copyright.html
+++ b/layouts/partials/sidebar/copyright.html
@@ -1,6 +1,6 @@
{{ with .Site.Params.copyright }}
<div class="copyright">
- &copy; {{ now.Format "2006"}} {{ . | safeHTML }}
+ &copy; {{ with $.Site.Params.since }}{{ if lt . now.Year }}{{ . | safeHTML }} - {{ end }}{{ end }}{{ now.Format "2006"}} {{ . | safeHTML }}
{{ with $.Site.Params.license }}
<a href="{{$.Site.Params.licenseURL | safeHTML}}">{{ . | safeHTML }}</a>
{{end}}