summaryrefslogtreecommitdiffhomepage
path: root/resources/pug/include/mixins.pug
blob: 14c78f3dc3b644a282333949e3125b3ad75fd386 (plain) (blame)
1
2
3
mixin githubIconLink(repo)
	a(href='https://github.com/' + repo, target='_blank', title='Source on GitHub')
		img(src='/assets/img/github.png', alt='GitHub')