summaryrefslogtreecommitdiffhomepage
path: root/resources/pug/include
diff options
context:
space:
mode:
Diffstat (limited to 'resources/pug/include')
-rw-r--r--resources/pug/include/mixins.pug2
1 files changed, 1 insertions, 1 deletions
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')