From 5ed7553b723a9724f55e75261efe2666e75df725 Mon Sep 17 00:00:00 2001 From: Prefetch Date: Tue, 8 Nov 2022 18:14:21 +0100 Subject: The tweaks and fixes never stop --- source/blog/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blog/index.md') diff --git a/source/blog/index.md b/source/blog/index.md index 5a2cf54..7ec566d 100644 --- a/source/blog/index.md +++ b/source/blog/index.md @@ -22,7 +22,7 @@ Just a bunch of random ramblings. %} {% for post in in_year %}
  • - {{ post.title }} + {{ post.title | replace: "
    ", " " }}
  • {% endfor %} -- cgit v1.2.3