commit d93017ce60f84d4b8b9d8901c61043079e21485d parent d5dd1e58e718fc68ea0e4d294faea3a2e676b1b0 Author: bpaul <bpaul@bpaul.xyz> Date: Sat, 6 Mar 2021 14:15:35 +1000 btw you broke stuff Diffstat:
| M | blog/index.html | | | 4 | ++-- |
| M | linux-blog/index.html | | | 2 | +- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/blog/index.html b/blog/index.html @@ -1,4 +1,4 @@ -<html> +<tml> <head> <title> bpaul blog @@ -13,6 +13,6 @@ <br> - <a href="/blog/1.html/">1. How to get good at something (with 2 easy steps!!!) (07/12/20)</a> + <a href="/blog/1.html">1. How to get good at something (with 2 easy steps!!!) (07/12/20)</a> </body> </html> diff --git a/linux-blog/index.html b/linux-blog/index.html @@ -13,6 +13,6 @@ <br> - <a href="/linux-blog/1.html/">1. dmenu is op (01/03/2021)</a> + <a href="/linux-blog/1.html">1. dmenu is op (01/03/2021)</a> </body> </html>