Skip to content

Commit b115a56

Browse files
committed
XML escape post blurbs
1 parent 17ddb9a commit b115a56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h3 class="post-subtitle">
2828
</p>
2929

3030
<div class="post-entry">
31-
{{ post.content | truncatewords: 50 | strip_html}}
31+
{{ post.content | truncatewords: 50 | strip_html | xml_escape}}
3232
<a href="{{ post.url | prepend: site.baseurl }}" class="post-read-more">[Read&nbsp;More]</a>
3333
</div>
3434

0 commit comments

Comments
 (0)