diff options
author | Ben Burwell <ben@benburwell.com> | 2016-01-03 12:16:05 -0500 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2016-01-03 12:16:05 -0500 |
commit | 522624e18fc7ac5a1828bad0719e2a412ad9a927 (patch) | |
tree | d99a5e79136199fae8e4845e806d92ae13e01cc2 /_layouts | |
parent | fe7909494e59c03b76c35b8498ca0bb8ec561137 (diff) |
Change copyright to 2016
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/blog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/blog.html b/_layouts/blog.html index 9f15d01..7ede35a 100644 --- a/_layouts/blog.html +++ b/_layouts/blog.html @@ -9,5 +9,5 @@ layout: master </main> <footer> <p><a href="/">about</a> ~ <a href="/posts/">posts</a> ~ <a href="/projects/">projects</a> ~ <a href="https://github.com/benburwell">github</a></p> - <p><a href="/license/">© 2015</a> ~ <a href="/privacy/">privacy</a></p> + <p><a href="/license/">© 2016</a> ~ <a href="/privacy/">privacy</a></p> </footer> |