aboutsummaryrefslogtreecommitdiff
path: root/list.html
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-05 22:28:26 +0100
committercodecalm <codecalm@gmail.com>2020-03-05 22:28:26 +0100
commit1022da7fccb0cc5c666c61d521b6e530c649c0f0 (patch)
tree2a45fb5d6496a597c4de01abf2219c61d791e984 /list.html
parentbike, location, gauge, man, woman (diff)
downloadtabler-icons-1022da7fccb0cc5c666c61d521b6e530c649c0f0.tar.xz
messages
Diffstat (limited to 'list.html')
-rw-r--r--list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/list.html b/list.html
index 58118182..534dd84d 100644
--- a/list.html
+++ b/list.html
@@ -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>