Merge pull request #66 from mjbshaw/patch-1

Respect the blog URL (and subdirectory) in footer
This commit is contained in:
John O'Nolan 2014-01-07 12:06:42 -08:00
commit 36fe40b9d7
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; {{date format="YYYY"}} &bull; All rights reserved.</section>
<section class="copyright">All content copyright <a href="{{@blog.url}}/">{{@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>