make sure the [Read More] in blog excerpts is not disrupted by new line

This commit is contained in:
Dean Attali 2015-03-31 00:23:21 -07:00
parent 8ecfa3b189
commit 66df8a95ca
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ subtitle: This is where I will tell my friends way too much about me
<div class="post-entry">
{{ post.content | truncatewords: 50 | strip_html}}
<a href="{{ post.url | prepend: site.baseurl }}" class="post-read-more">Read More</a>
<a href="{{ post.url | prepend: site.baseurl }}" class="post-read-more">[Read&nbsp;More]</a>
</div>
</article>