diff --git a/layouts/partials/footer/footer.html b/layouts/partials/footer/footer.html
index a2baf19..898e5bd 100644
--- a/layouts/partials/footer/footer.html
+++ b/layouts/partials/footer/footer.html
@@ -3,9 +3,11 @@
©
{{ if and (.Site.Params.footer.since) (ne .Site.Params.footer.since (int (now.Format "2006"))) }}
- {{ .Site.Params.footer.since }} -
+ {{ .Site.Params.footer.since }}–{{ now.Format "06" }}
+ {{ else }}
+ {{ now.Format "2006" }}
{{ end }}
- {{ now.Format "2006" }} {{ .Site.Title }}
+ {{ .Site.Title }}