Skip to content

Commit

Permalink
Test error
Browse files Browse the repository at this point in the history
  • Loading branch information
seahyx committed Sep 17, 2024
1 parent 0f14338 commit 67d5917
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions src/_includes/svg_symbolz.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<symbol
id="{{ include.key }}"
fill-rule="evenodd"
clip-rule="evenodd"
stroke-linejoin="round"
stroke-miterlimit="1.414"
viewBox="0 0 16 16"
>
{%- include social-icons/{{ include.key }}.svg -%}
</symbol>
4 changes: 2 additions & 2 deletions src/assets/minima-social-icons.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ permalink: /assets/minima-social-icons.svg
{% for entry in site.minima.social_links %}
{%- assign symbol_id = entry.platform -%}
{%- unless symbol_id == "rss" -%}
{%- include svg_symbol.html key = symbol_id -%}
{%- include svg_symbolz.html key = symbol_id -%}
{% endunless %}
{%- endfor -%}
{%- include svg_symbol.html key = "rss" -%}
{%- include svg_symbolz.html key = "rss" -%}
</svg>

0 comments on commit 67d5917

Please sign in to comment.