diff options
author | Camil Staps | 2017-03-18 16:25:19 +0100 |
---|---|---|
committer | Camil Staps | 2017-03-18 16:25:19 +0100 |
commit | 279e8273d381e5b67920e6bf47405dba18c90a35 (patch) | |
tree | d0fe6675b2e5465bc9baea65f1cd6fc2a94ba8a5 /resources/pug/include/mixins.pug | |
parent | Added note about bands (diff) |
Move to pug instead of jade
Diffstat (limited to 'resources/pug/include/mixins.pug')
-rw-r--r-- | resources/pug/include/mixins.pug | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/pug/include/mixins.pug b/resources/pug/include/mixins.pug new file mode 100644 index 0000000..14c78f3 --- /dev/null +++ b/resources/pug/include/mixins.pug @@ -0,0 +1,3 @@ +mixin githubIconLink(repo) + a(href='https://github.com/' + repo, target='_blank', title='Source on GitHub') + img(src='/assets/img/github.png', alt='GitHub') |