datat.fi/_includes/icon-youtube.html

5 lines
218 B
HTML
Raw Permalink Normal View History

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