From 41682f17125bde026921e7cee96b3217ccc87d58 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sat, 2 Mar 2019 11:29:45 -0500 Subject: [PATCH] more --- contrib/templates/placebo/post.mustache | 1 + 1 file changed, 1 insertion(+) 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); } }