summaryrefslogtreecommitdiff
path: root/source/blog
diff options
context:
space:
mode:
Diffstat (limited to 'source/blog')
-rw-r--r--source/blog/2022/things-i-use/index.md2
-rw-r--r--source/blog/index.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/blog/2022/things-i-use/index.md b/source/blog/2022/things-i-use/index.md
index 2f4a2bc..65247c5 100644
--- a/source/blog/2022/things-i-use/index.md
+++ b/source/blog/2022/things-i-use/index.md
@@ -1,5 +1,5 @@
---
-title: "Things I use and recommend"
+title: "Software and hardware<br>I use and recommend"
date: 2022-09-28
layout: "blog"
toc: true
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>