Removing all of the trailing whitespace

This commit is contained in:
Barry Clark 2015-02-23 01:03:16 -05:00
parent a8a038dc32
commit f3ce4344d1
10 changed files with 28 additions and 28 deletions

View file

@ -4,14 +4,14 @@ layout: default
<div class="posts">
{% for post in site.posts %}
<article class="post">
<article class="post">
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<div class="entry">
{{ post.content | truncatewords:40}}
</div>
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</article>
{% endfor %}