Skip to content

Commit

Permalink
clear up posts page
Browse files Browse the repository at this point in the history
  • Loading branch information
mlinksva committed Aug 16, 2014
1 parent cf5e975 commit 8e7c248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ wordpress_id: 637
<div class="posts">
{% for post in site.posts %}
<article class="post">
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<h3><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h3>
<div class="entry">
<small>{{ post.date | date_to_long_string }}</small> {{ post.content | strip_html | truncatewords:40}}
</div>
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</div>
</article>
{% endfor %}
</div>

0 comments on commit 8e7c248

Please sign in to comment.