We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e2b08 commit abb0721Copy full SHA for abb0721
index.html
@@ -6,7 +6,7 @@
6
<section>
7
<article id="post-{{ post.wordpress_id }}" class="post-{{ post.wordpress_id }} post type-post status-publish format-standard hentry category-other tag-101 tag-1003 tag-32">
8
<h1 class="post-title"><a href="{{ post.link }}">{{ post.title }}</a></h1>
9
- {{ post.content | truncatewords:40}}
+ {{ post.content | truncatewords:20}}
10
</article>
11
</section>
12
{% endfor %}
0 commit comments