Removed "open in new tab" thing from links.jade

This commit is contained in:
Bram van der Veen 2015-07-21 14:37:13 +02:00
parent 4ed887f47c
commit be691b12c5

View file

@ -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