summaryrefslogtreecommitdiff
path: root/source/blog/index.md
diff options
context:
space:
mode:
authorPrefetch2022-11-08 18:14:21 +0100
committerPrefetch2022-11-08 18:14:21 +0100
commit5ed7553b723a9724f55e75261efe2666e75df725 (patch)
tree2d893dbe47b11a569a4de12dba05b9eac35f6350 /source/blog/index.md
parent70006b2c540543a96e54254823f95348e9f0ed7a (diff)
The tweaks and fixes never stop
Diffstat (limited to 'source/blog/index.md')
-rw-r--r--source/blog/index.md2
1 files changed, 1 insertions, 1 deletions
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 %}
<li>
- <a href="{{ post.url }}">{{ post.title }}</a>
+ <a href="{{ post.url }}">{{ post.title | replace: "<br>", " " }}</a>
</li>
{% endfor %}
</ul>