aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2016-05-29 16:07:01 -0700
committerDan Davison <dandavison7@gmail.com>2016-05-29 16:07:01 -0700
commitd794c0632dfd4e1593f1740e5090b5d263d04ed4 (patch)
tree200d537fb75087a28b3aab7a8ab13cc00bb5c447
parentccb8efc064dff0cc24fe715d8f83e33e061c64de (diff)
downloadpelican-themes-d794c0632dfd4e1593f1740e5090b5d263d04ed4.zip
pelican-themes-d794c0632dfd4e1593f1740e5090b5d263d04ed4.tar.gz
pelican-themes-d794c0632dfd4e1593f1740e5090b5d263d04ed4.tar.bz2
Fix year
-rw-r--r--aboutwilson/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/aboutwilson/templates/base.html b/aboutwilson/templates/base.html
index a4423b4..a427c30 100644
--- a/aboutwilson/templates/base.html
+++ b/aboutwilson/templates/base.html
@@ -90,7 +90,7 @@
<div class="container">
<div class="row">
<div class="col-md-12 text-center center-block aw-bottom">
- <p>&copy; {{ AUTHOR }} 2014</p>
+ <p>&copy; {{ AUTHOR }} 2016</p>
<p>Powered by Pelican</p>
</div>
</div>