diff --git a/changelog b/changelog
index d02cf2d..5c24d27 100644
--- a/changelog
+++ b/changelog
@@ -25,3 +25,4 @@
2024-07-28: add support for planned footer in all relevant html documents, simplify inclusion of other documents in a document using include script
2024-08-05: add 88x31s, clean up css
2024-08-06: rewrote entire backend, website now supports uwu mode
+2024-08-09: tidy server directory, fix back button
diff --git a/html/header.html b/html/header.html
index 4fe94b1..d2d6b8b 100644
--- a/html/header.html
+++ b/html/header.html
@@ -3,7 +3,7 @@
diff --git a/html/thoughts/things-I-should-do b/html/thoughts/things-I-should-do
index 2eb01f3..10bba1c 100644
--- a/html/thoughts/things-I-should-do
+++ b/html/thoughts/things-I-should-do
@@ -2,16 +2,17 @@
things to do:
- make thoughts render in chronological order of creation date, which I am not convinced they do.
- - move server source code to its own git repository seperate from this website, and bestow upon it a reasonable name.
- send email
- rewrite server source code to be less bad
- rewrite server source code to be more esoteric
- add more support metadata tags to thought posts
- python xml (pyx?)
- send email within the next $[echo $(($(date -d "2024-09-28 00:00:00" +%s) - $(date +%s)))] seconds
- - tidy
-
+ - relocate moth
+ - per location config
+
things I have done
-
+ - tidy
+ - move server source code to its own git repository seperate from this website, and bestow upon it a reasonable name.