Enhanced copyright date to be dynamic

Closes #41
This commit is contained in:
John O'Nolan 2013-10-18 19:52:29 +02:00
parent 692166bc2a
commit a930d49bc3
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<footer class="site-footer">
<a class="subscribe icon-feed" href="{{@blog.url}}/rss/"><span class="tooltip">Subscribe!</span></a>
<div class="inner">
<section class="copyright">All content copyright <a href="/">{{@blog.title}}</a> &copy; 2013 &bull; All rights reserved.</section>
<section class="copyright">All content copyright <a href="/">{{@blog.title}}</a> &copy; {{date format="YYYY"}} &bull; All rights reserved.</section>
<section class="poweredby">Proudly published with <a class="icon-ghost" href="http://ghost.org">Ghost</a></section>
</div>
</footer>