Skip to content

Commit

Permalink
truncate front page posts to 80 words
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Kaufeld committed Jun 11, 2021
1 parent 5e407df commit 9fdd81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blossom/templates/website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1><a href="{% get_absolute_uri p %}">{{ p.title }}</a></h1>
</p>
<div class="underline-links">
<p>
{{ p.body|safe }}
{{ p.body|safe|truncatewords:80 }}
</p>
</div>
<hr>
Expand Down

0 comments on commit 9fdd81c

Please sign in to comment.