diff options
author | codecalm <codecalm@gmail.com> | 2020-03-05 22:28:26 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-05 22:28:26 +0100 |
commit | 1022da7fccb0cc5c666c61d521b6e530c649c0f0 (patch) | |
tree | 2a45fb5d6496a597c4de01abf2219c61d791e984 /list.html | |
parent | bike, location, gauge, man, woman (diff) | |
download | tabler-icons-1022da7fccb0cc5c666c61d521b6e530c649c0f0.tar.xz |
messages
Diffstat (limited to 'list.html')
-rw-r--r-- | list.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ {% 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 width=1.25 %} + {% include icon.html name=name stroke=1.25 %} </div> {% endfor %} </div> |