Removed unused code

This commit is contained in:
2025-10-16 10:01:16 -05:00
parent 67b6bea737
commit 790c9018ae

View File

@ -9,7 +9,7 @@ fetch("/pages/blog/"+search+".json").then(response => response.json()).then(data
postSubTitle.textContent = data.subTitle; postSubTitle.textContent = data.subTitle;
postDate.textContent = "Posted: " + data.date; postDate.textContent = "Posted: " + data.date;
postText.textContent = data.postText; postText.textContent = data.postText;
}).catch(error => console.error("Error Fetching Json"));post = JSON.parse(postContent) }).catch(error => console.error("Error Fetching Json"));