fix: correct the import condition for theme script (#2075)
This commit is contained in:
parent
8e55e4dcb2
commit
a16aa7d41e
1 changed files with 1 additions and 3 deletions
|
@ -99,9 +99,7 @@
|
|||
|
||||
<!-- Scripts -->
|
||||
|
||||
{% unless site.theme_mode %}
|
||||
<script src="{{ '/assets/js/dist/theme.min.js' | relative_url }}"></script>
|
||||
{% endunless %}
|
||||
<script src="{{ '/assets/js/dist/theme.min.js' | relative_url }}"></script>
|
||||
|
||||
{% include js-selector.html lang=lang %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue