mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02: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>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{#- Load the script -#}
|
||||
<script src="{{ get_url(path='js/filterCards.min.js', trailing_slash=false, cachebust=true) | safe }}" defer></script>
|
||||
{% 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