From 1301721d6f6e81b7d905c344d120a8582666547e Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 15 Aug 2024 16:21:19 -0500 Subject: [PATCH] changelog: theme toggle --- content/changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/changelog.md b/content/changelog.md index af5241a..9055be2 100644 --- a/content/changelog.md +++ b/content/changelog.md @@ -1,7 +1,7 @@ --- title: "/changelog" date: "2024-05-26T21:19:08Z" -lastmod: "2024-08-04T22:30:43Z" +lastmod: "2024-08-15T21:21:05Z" description: "Maybe I should keep a log of all my site-related tinkering?" featured: false toc: false @@ -10,6 +10,9 @@ categories: slashes --- *Running list of config/layout changes to the site. The full changelog is of course [on GitHub](https://github.com/jbowdre/runtimeterror/commits/main/).* +**2024-08-15:** +- Implemented light/dark theme toggle + **2024-08-04:** - Dynamically build `robots.txt` based on [ai.robots.txt](https://github.com/ai-robots-txt/ai.robots.txt)