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