Sha256: 7e02a3478719d9e27e9ffa6035bca6a975d19fcdbbde9474b5d160d355eb5f74

Contents?: true

Size: 765 Bytes

Versions: 1

Compression:

Stored size: 765 Bytes

Contents

---
permalink: /assets/artistic-social-icons.svg
---

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
    {% comment %}
      Iterate through {{ site.artistic.social_links }} and render platform related SVG-symbol
      unless the platform is "rss" because we need the "rss" symbol for the `Subscribe` link
      in the footer and therefore inject the "rss" icon outside the iteration loop.
    {% endcomment %}
    {% for entry in site.artistic.social_links %}
        {%- assign symbol_id = entry.platform -%}
        {%- unless symbol_id == "rss" -%}
            {%- include svg_symbol.html key = symbol_id -%}
        {% endunless %}
    {%- endfor -%}
    {%- include svg_symbol.html key = "rss" -%}
</svg>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
artistic-0.4.0 assets/artistic-social-icons.liquid