commit 5a5d14749c72e5ead11aa3a93ea659bbbb4b1781
parent c64c74f91ee612acd16bffd65a63d8b28172efd9
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date: Sat, 17 Feb 2024 21:15:08 -0300
Change old blog posts title format
Diffstat:
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/common/blog_index.shtml b/common/blog_index.shtml
@@ -3,5 +3,5 @@
<li><time>21-Oct-2022</time> <a href="/blog/testing-syntax-highlight/testing-syntax-highlight.html">Testing code syntax highlight</a></li>
<li><time>23-Sep-2022</time> <a href="/blog/nerdearla-2022/nerdearla-2022.html">I'm going to Nerdearla 2022</a></li>
<li><time>18-Sep-2022</time> <a href="/blog/sav/sav.html">Sorting Algorithms Visualized</a></li>
-<li><time>23-Oct-2021</time> <a href="/blog/dwm-config/dwm-config.html">dwm - The dynamic window manager</a></li>
-<li><time>04-Mar-2021</time> <a href="/blog/vim-config/vim-config.html">vim - The keyboard driven text editor</a></li>
+<li><time>23-Oct-2021</time> <a href="/blog/dwm-config/dwm-config.html">dwm: The dynamic window manager</a></li>
+<li><time>04-Mar-2021</time> <a href="/blog/vim-config/vim-config.html">vim: The keyboard driven text editor</a></li>
diff --git a/common/latest_uploads.shtml b/common/latest_uploads.shtml
@@ -3,4 +3,4 @@
<li><time>21-Oct-2022</time> <a href="/blog/testing-syntax-highlight/testing-syntax-highlight.html">Testing code syntax highlight</a></li>
<li><time>23-Sep-2022</time> <a href="/blog/nerdearla-2022/nerdearla-2022.html">I'm going to Nerdearla 2022</a></li>
<li><time>18-Sep-2022</time> <a href="/blog/sav/sav.html">Sorting Algorithms Visualized</a></li>
-<li><time>23-Oct-2021</time> <a href="/blog/dwm-config/dwm-config.html">dwm - The dynamic window manager</a></li>
+<li><time>23-Oct-2021</time> <a href="/blog/dwm-config/dwm-config.html">dwm: The dynamic window manager</a></li>
diff --git a/md/dwm-config/dwm-config.md b/md/dwm-config/dwm-config.md
@@ -1,9 +1,9 @@
%%
-title: "dwm - The dynamic window manager"
+title: "dwm: The dynamic window manager"
date: "23-Oct-2021"
%%
-# dwm - The dynamic window manager
+# dwm: The dynamic window manager
A window manager is a software that can manage the layout and appearance
of every window spawned in your desktop, most people confuse them with
diff --git a/md/vim-config/vim-config.md b/md/vim-config/vim-config.md
@@ -1,5 +1,5 @@
%%
-title: "vim - The keyboard driven text editor"
+title: "vim: The keyboard driven text editor"
date: "04-Mar-2021"
%%