diff --git a/_includes/head.html b/_includes/head.html index 8e3df42..9a0ad6b 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -96,7 +96,9 @@ ); if (replies.length) { // render to post header meta - const repliesSection = document.querySelector("section#replies"); + const repliesSection = document.querySelector( + ".blog-post__replies" + ); document.getElementById( "page-replies" ).innerHTML = `• ${replies.length} replies`; @@ -124,7 +126,7 @@ repliesTable.append(row); }); - repliesSection.innerHTML = "