From 0972f8671412956168a15f66cbee8007004dbeba Mon Sep 17 00:00:00 2001 From: Jeff Date: Sat, 2 Mar 2019 15:17:47 -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 31e760a..7b3a3d4 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]"; + link.setAttribute("target", "_blank"); link.setAttribute("class", "post-link") e.appendChild(document.createElement("hr")); e.appendChild(link);