From 8bc7ef092660a5d68b4fb6866e6f37da819b37ad Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 1 May 2020 14:02:04 +0200 Subject: Use Font Awesome GitHub logo instead of PNG image in githubIconLink mixin --- resources/img/github.png | Bin 1714 -> 0 bytes resources/pug/include/mixins.pug | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 resources/img/github.png diff --git a/resources/img/github.png b/resources/img/github.png deleted file mode 100644 index 8b25551..0000000 Binary files a/resources/img/github.png and /dev/null differ 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') -- cgit v1.2.3