mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
use first 100 words for excerpt
This commit is contained in:
parent
69c32c2903
commit
ac22c314d1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ layout: default
|
|||
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
|
||||
|
||||
<div class="entry">
|
||||
{{ post.excerpt }}
|
||||
{{ post.content | strip_html | truncatewords: 100 }}...
|
||||
</div>
|
||||
|
||||
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue