remove newtab links; practicing what i preach

This commit is contained in:
2022-05-26 01:20:05 +06:00
parent ab4f7cbe67
commit f11199d1e2
2 changed files with 3 additions and 3 deletions

View File

@ -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