1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Fixed some HTML tags.

This commit is contained in:
Cotes Chung
2019-12-23 00:55:51 +08:00
parent 40e44158ae
commit 77a47c4b62
6 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ layout: page
</h1>
<div class="post-content">
<p>
{{ post.content | strip_html | truncate: 200 }}
{{ post.content | strip_html | truncate: 200 | replace: '&', '&amp;' }}
</p>
</div>