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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,7 @@
// main.js — dynamic markdown loader for The Fold Within // main.js — dynamic markdown loader for The Fold Within
console.log("Main.js loaded");
document.addEventListener("DOMContentLoaded", async () => { document.addEventListener("DOMContentLoaded", async () => {
const postsContainer = document.getElementById("posts"); const postsContainer = document.getElementById("posts");
const main = document.querySelector("main"); const main = document.querySelector("main");