diff options
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> |