diff --git a/templates/index.html b/templates/index.html
index 63b886c..4c15c1c 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -103,7 +103,7 @@
{% else %}
{%- if config.extra.author %}
-
© {{ date_macros::now_year() }} {{ config.extra.author }}
+
© 2014 -{{ date_macros::now_year() }} {{ config.extra.author }}
{% else %}
© {{ date_macros::now_year() }} Powered by Zola
{% endif -%}