Sha256: 60f7eb44a572ee07ef4c9757c15540f8229fa4e9b0fbdd6119f12050204da4dc

Contents?: true

Size: 606 Bytes

Versions: 2

Compression:

Stored size: 606 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.minima.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.minima.social_links %}
  {%- assign symbol_id = entry.platform -%}
  {%- include social/svg_symbol.html key = symbol_id -%}
{%- endfor -%}
</svg>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
minimaJake-1.0.10 assets/minima-social-icons.liquid
minimaJake-1.0.4 assets/minima-social-icons.liquid