Merge pull request #66 from mjbshaw/patch-1
Respect the blog URL (and subdirectory) in footer
This commit is contained in:
commit
36fe40b9d7
|
@ -28,7 +28,7 @@
|
||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
<a class="subscribe icon-feed" href="{{@blog.url}}/rss/"><span class="tooltip">Subscribe!</span></a>
|
<a class="subscribe icon-feed" href="{{@blog.url}}/rss/"><span class="tooltip">Subscribe!</span></a>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<section class="copyright">All content copyright <a href="/">{{@blog.title}}</a> © {{date format="YYYY"}} • All rights reserved.</section>
|
<section class="copyright">All content copyright <a href="{{@blog.url}}/">{{@blog.title}}</a> © {{date format="YYYY"}} • All rights reserved.</section>
|
||||||
<section class="poweredby">Proudly published with <a class="icon-ghost" href="http://ghost.org">Ghost</a></section>
|
<section class="poweredby">Proudly published with <a class="icon-ghost" href="http://ghost.org">Ghost</a></section>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in New Issue