aboutsummaryrefslogtreecommitdiff
path: root/_includes/icon.html
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-02-28 14:43:06 +0100
committercodecalm <codecalm@gmail.com>2020-02-28 14:43:06 +0100
commit4aef96b4693f6030d29fbd6c1d8fb00fb6087c88 (patch)
treecabf43e3e219daf009edfefb3adc62dba3085053 /_includes/icon.html
parentchevrons (diff)
downloadtabler-icons-4aef96b4693f6030d29fbd6c1d8fb00fb6087c88.tar.xz
icons dist
Diffstat (limited to '_includes/icon.html')
-rw-r--r--_includes/icon.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/_includes/icon.html b/_includes/icon.html
index d61658ed..22834ebc 100644
--- a/_includes/icon.html
+++ b/_includes/icon.html
@@ -1,6 +1 @@
-{% assign name = include.name %}
-{% assign icon = site.icons | where: "slug", name | first %}
-
-{% assign content = icon.content | replace: '<svg', '<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"' %}
-
-{{ content }}
+{% assign name = include.name %}{% assign icon = site.icons | where: "slug", name | first %}{% assign content = icon.content | replace: '<svg', '<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"' %}{{ content }}