Update main.js
This commit is contained in:
parent
de39948f27
commit
5282188993
1 changed files with 2 additions and 0 deletions
2
main.js
2
main.js
|
|
@ -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");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue