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