Lots of style updates

This commit is contained in:
Barry Clark 2014-02-12 20:42:49 -05:00
parent 6c7ba1bc57
commit db4dceaba5
14 changed files with 194 additions and 77 deletions

View file

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