Sticky footer

This commit is contained in:
John O'Nolan
2014-07-20 17:27:20 +02:00
parent fe888da667
commit 3242e72cfc
2 changed files with 26 additions and 7 deletions

View File

@ -23,8 +23,10 @@
</head>
<body class="{{body_class}}">
{{! Everything else gets inserted here }}
{{{body}}}
<div class="site-wrapper">
{{! Everything else gets inserted here }}
{{{body}}}
</div>
<footer class="site-footer clearfix">
<section class="copyright"><a href="{{@blog.url}}">{{@blog.title}}</a> &copy; {{date format="YYYY"}}</section>