mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
Simplified the post JS file.
This commit is contained in:
@@ -12,11 +12,7 @@
|
||||
|
||||
{% elsif page.layout == 'post' %}
|
||||
|
||||
{% if site.toc and page.toc %}
|
||||
<script src="{{ '/assets/js/post-toc.min.js' | relative_url }}" async></script>
|
||||
{% else %}
|
||||
<script src="{{ '/assets/js/post.min.js' | relative_url }}" async></script>
|
||||
{% endif %}
|
||||
<script src="{{ '/assets/js/post.min.js' | relative_url }}" async></script>
|
||||
|
||||
{% if page.math %}
|
||||
<!-- MathJax -->
|
||||
|
||||
Reference in New Issue
Block a user