|
|
@@ -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