resume-manpage/includes/mixins/ext_a.pug

3 lines
132 B
Plaintext
Raw Normal View History

mixin ext_a(href, content, class_name='')
a(href=href target="_blank" rel="external nofollow noopener" class=class_name)= content