Removed Read More buttons

This commit is contained in:
Barry Clark 2014-05-13 08:11:02 -04:00
parent f2d11be40a
commit 7663dd6a53

View file

@ -16,7 +16,7 @@ layout: default
{{ post.content | truncatewords:40}} {{ post.content | truncatewords:40}}
</div> </div>
<a href="{{ post.url }}" class="read-more">Read More</a> <!--<a href="{{ post.url }}" class="read-more">Read More</a>-->
</article> </article>
{% endfor %} {% endfor %}
</div> </div>