From 52821889932d161bbe8bc7ef357f7343115ce980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Randall=20Havens=20=E2=96=B3=20The=20Empathic=20Tec?= =?UTF-8?q?hnologist=20=E2=9F=81=20Doctor=20Who=2042?= Date: Thu, 16 Oct 2025 17:52:19 -0500 Subject: [PATCH] Update main.js --- main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.js b/main.js index 4faba91..9971fd5 100644 --- a/main.js +++ b/main.js @@ -1,5 +1,7 @@ // main.js — dynamic markdown loader for The Fold Within +console.log("Main.js loaded"); + document.addEventListener("DOMContentLoaded", async () => { const postsContainer = document.getElementById("posts"); const main = document.querySelector("main");