mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 19:58:44 +01:00
🐛 fix: only load script if there are tags
This commit is contained in:
parent
f1de4c31cd
commit
868e0dbaab
1 changed files with 2 additions and 3 deletions
|
|
@ -29,7 +29,6 @@
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
{#- Load the script -#}
|
||||||
|
<script src="{{ get_url(path='js/filterCards.min.js', trailing_slash=false, cachebust=true) | safe }}" defer></script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{#- Load the script -#}
|
|
||||||
<script src="{{ get_url(path='js/filterCards.min.js', trailing_slash=false, cachebust=true) | safe }}" defer></script>
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue