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