summaryrefslogtreecommitdiff
path: root/source/blog
diff options
context:
space:
mode:
authorPrefetch2022-11-08 18:14:21 +0100
committerPrefetch2022-11-08 18:14:21 +0100
commit5ed7553b723a9724f55e75261efe2666e75df725 (patch)
tree2d893dbe47b11a569a4de12dba05b9eac35f6350 /source/blog
parent70006b2c540543a96e54254823f95348e9f0ed7a (diff)
The tweaks and fixes never stop
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>