Skip to content

Commit abb0721

Browse files
committed
css
1 parent 96e2b08 commit abb0721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<section>
77
<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">
88
<h1 class="post-title"><a href="{{ post.link }}">{{ post.title }}</a></h1>
9-
{{ post.content | truncatewords:40}}
9+
{{ post.content | truncatewords:20}}
1010
</article>
1111
</section>
1212
{% endfor %}

0 commit comments

Comments
 (0)