Skip to content

Commit 81a23e9

Browse files
committed
Update index.html
1 parent 0ea9919 commit 81a23e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

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

3636
<div class="post-entry">
37-
{{ post.content | truncatewords: 50 | strip_html}}
37+
{{ post.content | truncatewords: 50 | strip_html | xml_escape}}
3838
<a href="{{ post.url | prepend: site.baseurl }}" class="post-read-more">Read More</a>
3939
</div>
4040

0 commit comments

Comments
 (0)