aboutsummaryrefslogtreecommitdiff
path: root/list.html
diff options
context:
space:
mode:
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 5811818..534dd84 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>