Update main.js

This commit is contained in:
Mark Randall Havens △ The Empathic Technologist ⟁ Doctor Who 42
2025-10-16 17:52:19 -05:00
committed by GitHub
parent de39948f27
commit 5282188993
+2
View File
@@ -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");