From 82291b6af54d0e2832a8ab5feac9c0dbe343c5c8 Mon Sep 17 00:00:00 2001 From: gnat Date: Sun, 28 Jul 2024 11:25:02 -0700 Subject: [PATCH] fix issues in previous commit --- home.html | 2 +- html/blog/index.html | 2 +- html/discord.html | 2 +- html/my-laptop.html | 2 +- html/thoughts/re-previous-font-post | 2 ++ 5 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 html/thoughts/re-previous-font-post diff --git a/home.html b/home.html index b0bb5ea..9ceaca7 100644 --- a/home.html +++ b/home.html @@ -90,7 +90,7 @@ $[echo visit >> files/home_visit_counter] $[ls -r ./files/posts-to-homepage/* | while read -r file; do echo "
$(cat $file)
"; done ] - $[include html/footer.html] + $[include html/footer.html] diff --git a/html/blog/index.html b/html/blog/index.html index 66afe68..2397d8c 100644 --- a/html/blog/index.html +++ b/html/blog/index.html @@ -23,7 +23,7 @@ -
+
$[include html/footer.html] diff --git a/html/discord.html b/html/discord.html index 1f5ae9d..059b378 100644 --- a/html/discord.html +++ b/html/discord.html @@ -15,7 +15,7 @@ Unfortunately, humans that I like speaking to use discord in large enough volumes that it is likely to be rather challenging to convince all of the ones I particularly care about to migrate to some other platform. This is not a very nice state of things. -
+
$[include html/footer.html] diff --git a/html/my-laptop.html b/html/my-laptop.html index 826dab3..3f5a86c 100644 --- a/html/my-laptop.html +++ b/html/my-laptop.html @@ -97,7 +97,7 @@ bindsym a mode a - $[include html/footer.html] + $[include html/footer.html] diff --git a/html/thoughts/re-previous-font-post b/html/thoughts/re-previous-font-post new file mode 100644 index 0000000..8edd03b --- /dev/null +++ b/html/thoughts/re-previous-font-post @@ -0,0 +1,2 @@ + +This issue has fixed itself. I do not know why. I did not do anything that would have fixed this. I am mildly perturbed.