resume-manpage/includes/mixins/ext_a.pug

3 lines
116 B
Plaintext
Raw Normal View History

2022-05-23 17:05:30 +06:00
mixin ext_a(href, content, class_name='')
a(href=href rel="external nofollow noopener" class=class_name)= content