diff --git a/contrib/templates/placebo/post.mustache b/contrib/templates/placebo/post.mustache index bef7af3..5e95a3e 100644 --- a/contrib/templates/placebo/post.mustache +++ b/contrib/templates/placebo/post.mustache @@ -57,6 +57,7 @@ var link = document.createElement("a"); link.href = u.toString(); link.innerText = "[Link]"; + e.appendChild(document.createElement("hr")); e.appendChild(link); } }