Sha256: 044afae8fa9e57ac6fff954a1a12bfedc6e428b3d68b3a41246c0426c435ffa2

Contents?: true

Size: 481 Bytes

Versions: 1

Compression:

Stored size: 481 Bytes

Contents

{% assign entry = include.item %}
<a
        class="ms-5"
        {% unless entry.platform == 'rss' %} rel="me" {% endunless %}
        href="{{ entry.user_url }}"
        target="_blank"
        title="{{ entry.title | default: entry.platform }}"
>
<svg class="w-4 h-4 fill-gray-500 hover:fill-gray-900 dark:hover:fill-white" fill="currentColor">
    <use xlink:href="{{ 'assets/artistic-social-icons.svg#' | append: entry.platform | relative_url }}"></use>
</svg>
</a>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
artistic-0.4.0 _includes/social-item.html