Skip to content

Commit

Permalink
updates for spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jleajones committed Jul 30, 2015
1 parent 42be3d4 commit dbf14f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/postExcerpt.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<figcaption>
<span><a href="/category/{{ include.post.category }}" class="{{ include.post.category }}">{{ include.post.category }}</a></span>
<h2>
<a href="{{ include.post.url | prepend: site.baseurl }}">{{ include.post.title | truncate: 40 }}</a>
<a href="{{ include.post.url | prepend: site.baseurl }}">{{ include.post.title | truncate: 35 }}</a>
</h2>
<span class="tcd ts"><i class="fa fa-calendar"></i> {{ include.post.date | date: "%b %-d, %Y" }}</span>
<p>{{ include.post.excerpt | strip_html | strip_newlines | truncate: 63 }}</p>
<p>{{ include.post.excerpt | strip_html | strip_newlines | truncate: 65 }}</p>
</figcaption>
</figure>
</li>

0 comments on commit dbf14f2

Please sign in to comment.