1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-05-08 17:58:38 +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
-2
View File
@@ -99,9 +99,7 @@
<!-- Scripts --> <!-- Scripts -->
{% unless site.theme_mode %}
<script src="{{ '/assets/js/dist/theme.min.js' | relative_url }}"></script> <script src="{{ '/assets/js/dist/theme.min.js' | relative_url }}"></script>
{% endunless %}
{% include js-selector.html lang=lang %} {% include js-selector.html lang=lang %}