From be691b12c5edb1e1c44cfff4712fa1d98cff4ec0 Mon Sep 17 00:00:00 2001 From: Bram van der Veen <96aa48@gmail.com> Date: Tue, 21 Jul 2015 14:37:13 +0200 Subject: [PATCH] Removed "open in new tab" thing from links.jade --- resources/jade/links.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/jade/links.jade b/resources/jade/links.jade index 957e1f7..c847bd5 100644 --- a/resources/jade/links.jade +++ b/resources/jade/links.jade @@ -2,5 +2,5 @@ div.links each properties, name in links div - a(href=properties[0], target='_blank' style='background-color:' + properties[1])=name + a(href=properties[0], style='background-color:' + properties[1])=name