mirror of
https://github.com/tabler/tabler.git
synced 2026-08-25 20:34:25 +04:00
remove include_cached
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<ul class="icons-list">
|
||||
{% for icon in site.data.icons[include.group] %}
|
||||
<li class="icons-list-item">
|
||||
{% include_cached ui/icon.html icon=icon class="icon-md" %}
|
||||
{% include ui/icon.html icon=icon class="icon-md" %}
|
||||
</li>
|
||||
{% endfor %}
|
||||
{% for icon in (0..20) %}
|
||||
|
||||
Reference in New Issue
Block a user