datat.fi/_includes/icon-gitlab.html

5 lines
206 B
HTML
Raw Normal View History

<a href="https://gitlab.com/{{ include.username }}">
2017-03-07 23:12:17 +02:00
<span class="icon icon--gitlab">{% include icon-gitlab.svg %}</span>
<span class="label">{{ include.label | default: include.username }}</span>
</a>