Sha256: 9d5724488992ac911e96856c511883c5c7e1e821485549b36ac674f8a0110a81

Contents?: true

Size: 695 Bytes

Versions: 1

Compression:

Stored size: 695 Bytes

Contents

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

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
{% comment %}
  Iterate through {{ site.minimalisme.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.minimalism.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
minimalism-0.1.1 assets/minima-social-icons.liquid