We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bb6db6 + c2534b7 commit ea6c0adCopy full SHA for ea6c0ad
index.html
@@ -22,7 +22,7 @@ <h3 class="post-subtitle">
22
</p>
23
24
<div class="post-entry">
25
- {{ post.content | strip_html | xml_escape | truncatewords: 50 }}
+ {{ post.excerpt | strip_html | xml_escape | truncatewords: 50 }}
26
<a href="{{ post.url | prepend: site.baseurl }}" class="post-read-more">[Read More]</a>
27
</div>
28
0 commit comments