remove newtab links; practicing what i preach
This commit is contained in:
parent
ab4f7cbe67
commit
f11199d1e2
|
@ -1,2 +1,2 @@
|
||||||
mixin ext_a(href, content, class_name='')
|
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
|
||||||
|
|
|
@ -2,10 +2,10 @@ section.seealso
|
||||||
h1.target#seealso: a(href="#seealso") see also
|
h1.target#seealso: a(href="#seealso") see also
|
||||||
.desc
|
.desc
|
||||||
p
|
p
|
||||||
a(href="https://bdeshi.space" target="_blank").print: b articles
|
a(href="https://bdeshi.space" rel="external").print: b articles
|
||||||
|(7),
|
|(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)
|
|(4)
|
||||||
//-
|
//-
|
||||||
|
|
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user