We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9c8e6 commit 6ac6b5bCopy full SHA for 6ac6b5b
assets/js/posts-filter.js
@@ -170,7 +170,7 @@ class PostsFilter {
170
171
createPostCard(post) {
172
const date = new Date(post.date).toLocaleDateString('ru-RU');
173
- const excerpt = post.excerpt ? this.truncateText(post.excerpt, 350) : '';
+ const excerpt = post.excerpt || '';
174
175
const tagsHtml = post.tags && post.tags.length > 0
176
? `<div class="post-tags">
0 commit comments