diff --git a/_includes/head.html b/_includes/head.html index 9a0ad6b..13401c3 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -101,7 +101,7 @@ ); document.getElementById( "page-replies" - ).innerHTML = `• ${replies.length} replies`; + ).innerHTML = `• ${replies.length} replies`; // render to replies section const repliesTable = document.createElement("table");