Respect the blog URL (and subdirectory) in footer

This commit is contained in:
Michael Bradshaw 2014-01-07 12:31:32 -07:00
parent 5c8fc51848
commit 0e1329f51f
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>