From 89a774589d6c712fc229f6c946f39b7e3be95a5b Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 12 Mar 2020 15:04:56 +0100 Subject: new dir structure --- _includes/icon.html | 1 - 1 file changed, 1 deletion(-) delete mode 100644 _includes/icon.html (limited to '_includes/icon.html') diff --git a/_includes/icon.html b/_includes/icon.html deleted file mode 100644 index a481f4d2..00000000 --- a/_includes/icon.html +++ /dev/null @@ -1 +0,0 @@ -{% 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