diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:11:20 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:11:20 +0100 |
commit | b23c816a0df39adf6716b995e83c3dd019edae7d (patch) | |
tree | 7f91cd45df0593e09da08a7a07de27b960b432bf /blog.html | |
parent | 45884d1574c78119c0179e62cd949bea146e660b (diff) | |
download | website-b23c816a0df39adf6716b995e83c3dd019edae7d.tar.gz |
Fancy stuffs
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 %} |