Browse Source

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

master
Dean Attali 10 years ago
parent
commit
66df8a95ca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      index.html

+ 1
- 1
index.html 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>


|||||||
x
 
000:0
Loading…
Cancel
Save