diff --git a/_includes/head.html b/_includes/head.html index 67f7099..c6098e2 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -128,7 +128,14 @@ repliesTable.append(row); }); - repliesSection.innerHTML = "
Replies across{% if page.fedi-url %} + + {% endif %} + the Fediverse + {% if page.fedi-url %} + + {% endif %} and the Web...
`; + repliesSection.append(repliesTable); } diff --git a/_layouts/post.html b/_layouts/post.html index 2863662..4baf91b 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -15,21 +15,21 @@ layout: default