From 02b4542f89be99c2035b63b6eb7815a65056cc8c Mon Sep 17 00:00:00 2001 From: teddit Date: Sat, 5 Dec 2020 17:31:31 +0100 Subject: [PATCH] rm target blanks --- views/index.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/index.pug b/views/index.pug index e6ba36c..bed1f47 100644 --- a/views/index.pug +++ b/views/index.pug @@ -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