diff --git a/src/_includes/icon.html b/src/_includes/icon.html index 89bd3c60e..f5ade4383 100644 --- a/src/_includes/icon.html +++ b/src/_includes/icon.html @@ -1,2 +1,3 @@ {% assign stroke = include.stroke | default: 2 %}{% assign width = 24 %}{% assign name = include.name %}{% assign icon = site.icons | where: "slug", name | first %}{% capture replace-to %} + Download more icon variants from https://tabler-icons.io/i/{{ name }} {% endcapture %}{% assign content = icon.content | replace: '', replace-to %}{{ content }}