summary refs log tree commit diff stats
path: root/blog.html
diff options
context:
space:
mode:
authormounderfod <mounderfod@gmail.com>2023-07-13 14:15:55 +0100
committermounderfod <mounderfod@gmail.com>2023-07-13 14:15:55 +0100
commite927cb5ac86d9d50d0d3c112b50fe616ca68ec75 (patch)
tree31d281aca97732d4dd2c291b2b274972abd0def6 /blog.html
parentb23c816a0df39adf6716b995e83c3dd019edae7d (diff)
downloadwebsite-e927cb5ac86d9d50d0d3c112b50fe616ca68ec75.tar.gz
More minor tweaks to website functionality
Diffstat (limited to 'blog.html')
-rw-r--r--blog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog.html b/blog.html
index d11a086..b8dcb57 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 | truncatewords: 20 }}</p>
+<p>{{ post.excerpt | truncatewords: 50 }}</p>
 {% endfor %}