Remove trailing whitespace

This commit is contained in:
Craig Dodd
2015-04-17 11:43:36 +01:00
parent 3d685a192f
commit f06b4c163d
31 changed files with 345 additions and 345 deletions

View File

@@ -34,7 +34,7 @@
</div>
<div id="index">
<h1>{{ page.title }}</h1>
{% for post in site.posts %}
{% for post in site.posts %}
{% unless post.next %}
<h3>{{ post.date | date: '%Y' }}</h3>
{% else %}
@@ -63,6 +63,6 @@
</div><!-- /.footer-wrap -->
{% include _scripts.html %}
</body>
</html>