diff options
author | codecalm <codecalm@gmail.com> | 2022-08-16 22:44:29 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-08-16 22:44:29 +0200 |
commit | e35df21787712c14bea1869f2c663be4343ecf47 (patch) | |
tree | d33d89b9d62c0277fa10fedb985ddabb5f74370d /src/index.html | |
parent | Merge pull request #287 from tabler/dev-unicode (diff) | |
download | tabler-icons-e35df21787712c14bea1869f2c663be4343ecf47.tar.xz |
e11ty test
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html index 5e409a7a..f8fc5f9f 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_cached icon.html name=name %} + {% include 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_cached icon.html name=name stroke=1.25 %} + {% include icon.html name=name stroke=1.25 %} </div> {% endfor %} </div> |