mirror of
https://github.com/JonasunderscoreJones/blog.jonasjones.dev.git
synced 2025-10-22 21:29:18 +02:00
added more verbose logging
This commit is contained in:
parent
b8c01cd59d
commit
74e686daf4
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@
|
|||
if (await content.ok) {
|
||||
let markdowncontent = await content.text();
|
||||
console.log("MarkdownContent: " + markdowncontent);
|
||||
console.log("Posts: ", posts)
|
||||
console.log("Post: ", post)
|
||||
markdowncontent = await marked.parse(removePostVars(markdowncontent));
|
||||
const markdowncontentElement = document.getElementById('markdowncontent');
|
||||
if (markdowncontentElement) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue