From 596547f06749698b37ab8dfafc2a17b19a81f74f Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 27 Apr 2022 12:04:45 +0200 Subject: icons description --- src/_includes/icon.html | 1 + 1 file changed, 1 insertion(+) (limited to 'src/_includes') diff --git a/src/_includes/icon.html b/src/_includes/icon.html index 89bd3c60..f5ade438 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 }} -- cgit v1.2.1