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

@ -28,13 +28,13 @@
</div><!-- /.image-wrap -->
{% endif %}
<div id="main" role="main">
<div id="main" role="main">
<div class="article-author-side">
{% include _author-bio.html %}
</div>
<div id="index">
<h3><a href="{{ site.url}}/posts/">Recent Posts</a></h3>
{% for post in site.posts limit:5 %}
{% for post in site.posts limit:5 %}
<article>
{% if post.link %}
<h2 class="link-post"><a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> <a href="{{ post.link }}" target="_blank" title="{{ post.title }}"><i class="fa fa-link"></i></h2>
@ -54,6 +54,6 @@
</div><!-- /.footer-wrap -->
{% include _scripts.html %}
</body>
</html>

View File

@ -53,7 +53,7 @@
</footer>
</div><!-- /.footer-wrap -->
{% include _scripts.html %}
{% include _scripts.html %}
</body>
</html>
</html>

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>

View File

@ -71,7 +71,7 @@
</footer>
</div><!-- /.footer-wrap -->
{% include _scripts.html %}
{% include _scripts.html %}
</body>
</html>
</html>