summaryrefslogtreecommitdiffhomepage
path: root/resources/pug/include/mixins.pug
blob: 6d0c6db86b69b2e46398891bacd1c1b8777c804a (plain) (blame)
1
2
3
mixin githubIconLink(repo)
	a(href='https://github.com/' + repo, target='_blank', title='Source on GitHub')
		i.fab.fa-2x.fa-github(title='GitHub')