From b18631d6d2657adf13cf70bc193fd45795750c7f Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 17 Sep 2020 23:26:11 +0200 Subject: filled icons fix --- src/_includes/icon.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/icon.html b/src/_includes/icon.html index 39b96aaa..89bd3c60 100644 --- a/src/_includes/icon.html +++ b/src/_includes/icon.html @@ -1,2 +1,2 @@ {% assign stroke = include.stroke | default: 2 %}{% assign width = 24 %}{% assign name = include.name %}{% assign icon = site.icons | where: "slug", name | first %}{% capture replace-to %} - {% endcapture %}{% assign content = icon.content | replace: '', replace-to %}{{ content }} + {% endcapture %}{% assign content = icon.content | replace: '', replace-to %}{{ content }} -- cgit v1.2.1