1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 08:07:51 +00:00

fix: correct the import condition for theme script (#2075)

This commit is contained in:
Alexander Fuks 2024-11-30 23:34:12 +03:00 committed by GitHub
parent 8e55e4dcb2
commit a16aa7d41e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 %}