summary refs log tree commit diff stats
path: root/blog.html
diff options
context:
space:
mode:
authormounderfod <mounderfod@gmail.com>2023-07-13 14:11:20 +0100
committermounderfod <mounderfod@gmail.com>2023-07-13 14:11:20 +0100
commitb23c816a0df39adf6716b995e83c3dd019edae7d (patch)
tree7f91cd45df0593e09da08a7a07de27b960b432bf /blog.html
parent45884d1574c78119c0179e62cd949bea146e660b (diff)
downloadwebsite-b23c816a0df39adf6716b995e83c3dd019edae7d.tar.gz
Fancy stuffs
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 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 %}
d='n17' href='#n17'>17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115