We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ddb9a commit b115a56Copy full SHA for b115a56
1 file changed
index.html
@@ -28,7 +28,7 @@ <h3 class="post-subtitle">
28
</p>
29
30
<div class="post-entry">
31
- {{ post.content | truncatewords: 50 | strip_html}}
+ {{ post.content | truncatewords: 50 | strip_html | xml_escape}}
32
<a href="{{ post.url | prepend: site.baseurl }}" class="post-read-more">[Read More]</a>
33
</div>
34
0 commit comments