Permalink
Browse files

clear up posts page

  • Loading branch information...
1 parent cf5e975 commit 8e7c248da2b51e88335440d40c65d9fa14041aac @mlinksva mlinksva committed Aug 16, 2014
Showing with 2 additions and 2 deletions.
  1. +2 −2 update/index.markdown
View
@@ -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.