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 7ec933a commit 42be3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/postExcerpt.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h2>
<a href="{{ include.post.url | prepend: site.baseurl }}">{{ include.post.title | truncate: 40 }}</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: 65 }}</p>
<p>{{ include.post.excerpt | strip_html | strip_newlines | truncate: 63 }}</p>
</figcaption>
</figure>
</li>

0 comments on commit 42be3d4

Please sign in to comment.