rm target blanks

This commit is contained in:
teddit 2020-12-05 17:31:31 +01:00
parent 843ae185ce
commit 02b4542f89
1 changed files with 2 additions and 2 deletions

View File

@ -68,10 +68,10 @@ html
if(link.images)
if link.is_self_link
a(href="" + link.permalink + "")
img(src=""+ link.images.thumb +"", target="_blank", alt="")
img(src=""+ link.images.thumb +"", alt="")
else
a(href="" + link.url + "")
img(src=""+ link.images.thumb +"", target="_blank", alt="")
img(src=""+ link.images.thumb +"", alt="")
else
a(href="" + link.permalink + "")
.no-image