diff --git a/src/_includes/base.liquid b/src/_includes/base.liquid
index 92956009..0df28be4 100644
--- a/src/_includes/base.liquid
+++ b/src/_includes/base.liquid
@@ -59,49 +59,49 @@
title="Cory Dransfeldt's links feed"
type="application/rss+xml">
{% if schema == 'blog' %}
-
+
{% else %}
-
+
{% endif %}
diff --git a/src/posts/2024/adding-a-light-dark-theme-toggle.md b/src/posts/2024/adding-a-light-dark-theme-toggle.md
new file mode 100644
index 00000000..4771d320
--- /dev/null
+++ b/src/posts/2024/adding-a-light-dark-theme-toggle.md
@@ -0,0 +1,129 @@
+---
+date: '2024-02-17'
+title: 'Adding a light/dark theme toggle'
+description: "I dropped a light/dark theme toggle into the navigation of my site, replacing the prior reliance on the visitor's preference set at the OS level (though it does still consider this preference)."
+tags: ['CSS', 'JavaScript', 'Eleventy', 'development']
+---
+I dropped a light/dark theme toggle into the navigation of my site, replacing the prior reliance on the visitor's preference set at the OS level (though it does still consider this preference).
+
+I built the button as a short Liquid partial:
+
+{% raw %}
+```liquid
+