Merge pull request #155 from razzius/master

Fix indentation in footer
This commit is contained in:
John O'Nolan 2015-01-05 07:34:08 +02:00
commit 3bdd10a37a
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@
{{{body}}}
<footer class="site-footer clearfix">
<section class="copyright"><a href="{{@blog.url}}">{{@blog.title}}</a> &copy; {{date format="YYYY"}}</section>
<section class="poweredby">Proudly published with <a href="https://ghost.org">Ghost</a></section>
<section class="copyright"><a href="{{@blog.url}}">{{@blog.title}}</a> &copy; {{date format="YYYY"}}</section>
<section class="poweredby">Proudly published with <a href="https://ghost.org">Ghost</a></section>
</footer>
{{! Ghost outputs important scripts and data with this tag }}