summaryrefslogtreecommitdiffstats
path: root/examples/blog/layouts/partials/footer.copyright.html
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-12-24 23:04:58 +0100
committerAnthony Fok <foka@debian.org>2015-12-26 20:02:21 -0700
commitf807953a279d5a4ca75bc4279c2fed891a5d5d17 (patch)
tree63a271ce1d83c19a5266d48689de24bf314b599e /examples/blog/layouts/partials/footer.copyright.html
parentcd54042c76b6bcf0b6786eb458361ab824a09726 (diff)
Update Hugo examples
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>