XML escape post blurbs

This commit is contained in:
Dean Attali 2015-11-08 15:12:36 -08:00
parent 17ddb9ab48
commit b115a56067
1 changed files with 1 additions and 1 deletions

View File

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