aboutsummaryrefslogtreecommitdiff
path: root/src/tags.html
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2021-04-18 15:37:38 +0200
committercodecalm <codecalm@gmail.com>2021-04-18 15:37:38 +0200
commite64dff274456b1f17a5212f3839ac56305b4d4cc (patch)
tree3dd086ccc4707d8bf3ec761552fee632a1d2b349 /src/tags.html
parentnumbered (ordered) list icon #97 (diff)
downloadtabler-icons-e64dff274456b1f17a5212f3839ac56305b4d4cc.tar.xz
mushroom, pizza fixes
Diffstat (limited to 'src/tags.html')
-rw-r--r--src/tags.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tags.html b/src/tags.html
index 8148f92e..fbd5b54d 100644
--- a/src/tags.html
+++ b/src/tags.html
@@ -8,7 +8,7 @@ layout: default
<table class="table mb">
{% for icon in site.icons %}
<tr>
- <td class="td-1">{% include icon.html name=icon.slug %}</td>
+ <td class="td-1">{% include_cached icon.html name=icon.slug %}</td>
<th>{{ icon.slug }}</th>
<td>{{ icon.tags | join: ', ' }}</td>
<td>{{ icon.category }}</td>