jekyll/lib/site_template/_includes/icon-github.html

8 lines
193 B
HTML

<a href="https://github.com/{{ include.username }}">
<span class="icon icon--github">
{% include icon-github.svg %}
</span>
<span class="username">{{ include.username }}</span>
</a>