summaryrefslogtreecommitdiffstats
path: root/examples/blog/layouts/partials/footer.copyright.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/blog/layouts/partials/footer.copyright.html')
-rw-r--r--examples/blog/layouts/partials/footer.copyright.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/layouts/partials/footer.copyright.html b/examples/blog/layouts/partials/footer.copyright.html
index 2a7aa873f..c4a01208d 100644
--- a/examples/blog/layouts/partials/footer.copyright.html
+++ b/examples/blog/layouts/partials/footer.copyright.html
@@ -2,7 +2,7 @@
<div class="row">
<hr>
<div class="col-sm-12">
- <p>&copy; Enthusiastic Hugo User 2014<br>
+ <p>&copy; Enthusiastic Hugo User {{ .Now.Format "2006" }} &middot;
Built with <a href="https://github.com/spf13/hugo">Hugo</a></p>
</div>
</div>