diff --git a/index.html b/index.html index 88b522b..d144bab 100644 --- a/index.html +++ b/index.html @@ -11,8 +11,8 @@ - - + + diff --git a/script.js b/script.js index 2368aec..9c51f2f 100644 --- a/script.js +++ b/script.js @@ -125,6 +125,7 @@ const updateCarousel = function(slides, posts) { ` for( let i = 0; i < posts.length; i++ ) { let post = posts[i]; + console.log( post.content ) if ( i == 0 ) { newHTML += `
${DOMPurify.sanitize(post.content)}
${DOMPurify.sanitize(post.content)}
${timeAgo(secondsAgo(new Date(post.created_at)))}
+${timeAgo(secondsAgo(new Date(post.created_at)))}, ${post.favourites_count} favorisiert, ${post.replies_count} Antworten, ${post.reblogs_count} geteilt