Merge pull request #63 from lrdodge/feature/bug-html-in-post-excerpts
Change order of post excerpt processing
This commit is contained in:
commit
15765089d9
@ -22,7 +22,7 @@ subtitle: This is where I will tell my friends way too much about me
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="post-entry">
|
<div class="post-entry">
|
||||||
{{ post.content | truncatewords: 50 | strip_html | xml_escape}}
|
{{ post.content | strip_html | xml_escape | truncatewords: 50 }}
|
||||||
<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 More]</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user