aboutsummaryrefslogtreecommitdiff
path: root/_includes/icon.html
blob: d61658ed0b52489be94416148570fe9e6f35965d (plain)
1
2
3
4
5
6
{% assign name = include.name %}
{% assign icon = site.icons | where: "slug", name | first %}

{% assign content = icon.content | replace: '<svg', '<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"' %}

{{ content }}