5 lines
215 B
HTML
5 lines
215 B
HTML
|
<a href="https://bitbucket.org/{{ include.username }}">
|
||
|
<span class="icon icon--bitbucket">{% include icon-bitbucket.svg %}</span>
|
||
|
<span class="label">{{ include.label | default: include.username }}</span>
|
||
|
</a>
|