diff options
Diffstat (limited to 'blog.html')
-rw-r--r-- | blog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog.html b/blog.html index 1a9587f..d11a086 100644 --- a/blog.html +++ b/blog.html @@ -8,5 +8,5 @@ permalink: /blog/ {% for post in site.posts %} <h2><a href="{{ post.url }}">{{ post.title }}</a></h2> <p><em>{{post.date | date: "%-d %B %Y"}}</em></p> -<p>{{ post.excerpt }}</p> +<p>{{ post.excerpt | truncatewords: 20 }}</p> {% endfor %} |