From 6dcb68ff1b6eb3ebdd4c7fe14e051dac1347e3f4 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 10 Mar 2020 23:00:25 +0100 Subject: readme --- _includes/icon.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes') diff --git a/_includes/icon.html b/_includes/icon.html index ff567c71..a481f4d2 100644 --- a/_includes/icon.html +++ b/_includes/icon.html @@ -1 +1 @@ -{% 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 }} +{% 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 }} -- cgit v1.2.1