diff options
author | Justin Mayer <entroP@gmail.com> | 2016-06-21 13:47:29 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-21 13:47:29 -0600 |
commit | a1b824bbcdfe83b2c8acb500e349a3476579b540 (patch) | |
tree | f7a9c738e07e0af0904817fbe6bb37647fd195d2 | |
parent | 85ee546cc377f55f49f07577629f41c66e5ea6f2 (diff) | |
parent | d794c0632dfd4e1593f1740e5090b5d263d04ed4 (diff) | |
download | pelican-themes-a1b824bbcdfe83b2c8acb500e349a3476579b540.tar.gz |
Merge pull request #394 from dandavison/about-wilson-fix-year
Fix year in aboutwilson copyright notice
-rw-r--r-- | aboutwilson/templates/base.html | 2 |
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>© {{ AUTHOR }} 2014</p> + <p>© {{ AUTHOR }} 2016</p> <p>Powered by Pelican</p> </div> </div> |