From 2a5e602a88a9d79f63e5a8f6cac39d0fa364fb36 Mon Sep 17 00:00:00 2001 From: bdeshi Date: Thu, 26 May 2022 01:20:05 +0600 Subject: [PATCH] remove newtab links; practicing what i preach --- includes/mixins/ext_a.pug | 2 +- includes/sections/seealso.pug | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/mixins/ext_a.pug b/includes/mixins/ext_a.pug index 9fa86a4..ccf80f6 100644 --- a/includes/mixins/ext_a.pug +++ b/includes/mixins/ext_a.pug @@ -1,2 +1,2 @@ mixin ext_a(href, content, class_name='') - a(href=href target="_blank" rel="external nofollow noopener" class=class_name)= content + a(href=href rel="external nofollow noopener" class=class_name)= content diff --git a/includes/sections/seealso.pug b/includes/sections/seealso.pug index 7d46a02..997a6fc 100644 --- a/includes/sections/seealso.pug +++ b/includes/sections/seealso.pug @@ -2,10 +2,10 @@ section.seealso h1.target#seealso: a(href="#seealso") see also .desc p - a(href="https://bdeshi.space" target="_blank").print: b articles + a(href="https://bdeshi.space" rel="external").print: b articles |(7), | - a(href="https://github.com/bdeshi" target="_blank" rel="external nofollow noopener noreferrer").print: b github + a(href="https://github.com/bdeshi" rel="external nofollow noopener noreferrer").print: b github |(4) //- |