diff options
author | Camil Staps | 2020-05-01 14:02:04 +0200 |
---|---|---|
committer | Camil Staps | 2020-05-01 14:02:04 +0200 |
commit | 8bc7ef092660a5d68b4fb6866e6f37da819b37ad (patch) | |
tree | 4b7ab27d27406f1fb110104453cc4751181f50e3 /resources | |
parent | Add attribution for all fonts (diff) |
Use Font Awesome GitHub logo instead of PNG image in githubIconLink mixin
Diffstat (limited to 'resources')
-rw-r--r-- | resources/img/github.png | bin | 1714 -> 0 bytes | |||
-rw-r--r-- | resources/pug/include/mixins.pug | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/resources/img/github.png b/resources/img/github.png Binary files differdeleted file mode 100644 index 8b25551..0000000 --- a/resources/img/github.png +++ /dev/null diff --git a/resources/pug/include/mixins.pug b/resources/pug/include/mixins.pug index 14c78f3..6d0c6db 100644 --- a/resources/pug/include/mixins.pug +++ b/resources/pug/include/mixins.pug @@ -1,3 +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') + i.fab.fa-2x.fa-github(title='GitHub') |