add content and change project layout
This commit is contained in:
2
includes/mixins/ext_a.pug
Normal file
2
includes/mixins/ext_a.pug
Normal file
@ -0,0 +1,2 @@
|
||||
mixin ext_a(href, content, class_name='')
|
||||
a(href=href target="_blank" rel="external nofollow noopener" class=class_name)= content
|
2
includes/mixins/page_id.pug
Normal file
2
includes/mixins/page_id.pug
Normal file
@ -0,0 +1,2 @@
|
||||
mixin page_id()
|
||||
| #{name}(#{section})
|
Reference in New Issue
Block a user