aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2021-04-18 15:37:38 +0200
committercodecalm <codecalm@gmail.com>2021-04-18 15:37:38 +0200
commite64dff274456b1f17a5212f3839ac56305b4d4cc (patch)
tree3dd086ccc4707d8bf3ec761552fee632a1d2b349 /src/index.html
parentnumbered (ordered) list icon #97 (diff)
downloadtabler-icons-e64dff274456b1f17a5212f3839ac56305b4d4cc.tar.xz
mushroom, pizza fixes
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html
index f8fc5f9f..5e409a7a 100644
--- a/src/index.html
+++ b/src/index.html
@@ -8,7 +8,7 @@ layout: default
{% for icon in site.icons %}
{% assign name = icon.slug %}
<div class="icons-list-icon js-icon" title="{{ icon.slug }}" data-icon="{{ name }}">
- {% include icon.html name=name %}
+ {% include_cached icon.html name=name %}
</div>
{% endfor %}
</div>
@@ -20,7 +20,7 @@ layout: default
{% for icon in site.icons %}
{% assign name = icon.slug %}
<div class="icons-list-icon js-icon" title="{{ icon.slug }}" data-icon="{{ name }}">
- {% include icon.html name=name stroke=1.25 %}
+ {% include_cached icon.html name=name stroke=1.25 %}
</div>
{% endfor %}
</div>