Sha256: b53d75f7ed6d8c08e6353fda387e74ea8176115d6165e8754a56962e7b9a1953
Contents?: true
Size: 686 Bytes
Versions: 13
Compression:
Stored size: 686 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 -%} {%- unless symbol_id == "rss" -%} {%- include svg_symbol.html key = symbol_id -%} {% endunless %} {%- endfor -%} {%- include svg_symbol.html key = "rss" -%} </svg>
Version data entries
13 entries across 13 versions & 3 rubygems