From 1022da7fccb0cc5c666c61d521b6e530c649c0f0 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 5 Mar 2020 22:28:26 +0100 Subject: messages --- _includes/icon.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '_includes/icon.html') diff --git a/_includes/icon.html b/_includes/icon.html index f653766..ff567c7 100644 --- a/_includes/icon.html +++ b/_includes/icon.html @@ -1,2 +1 @@ -{% assign width = include.width | default: 2 %} -{% assign name = include.name %}{% assign icon = site.icons | where: "slug", name | first %}{% assign replace-to = '{% endcapture %}{% assign content = icon.content | replace: '', replace-to %}{{ content }} -- cgit v1.2.1