summaryrefslogtreecommitdiff
path: root/source/blog/index.md
diff options
context:
space:
mode:
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>