File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 22 JS selector for site.
33-->
44
5- <!-- common -->
6-
7- < script async src ="
https://cdn.jsdelivr.net/combine/npm/[email protected] ,npm/bootstrap@4/dist/js/bootstrap.min.js "
> </ script > 8-
9- {% if jekyll.environment == 'production' %}
10- <!-- PWA -->
11- < script defer src ="{{ '/app.js' | relative_url }} "> </ script >
12-
13- <!-- GA -->
14- {% if site.google_analytics.id %}
15- {% include google-analytics.html %}
16- {% endif %}
17-
18- {% endif %}
19-
205<!-- layout specified -->
216
227{% if page.layout == 'home' or page.layout == 'post' %}
6651 src ="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js ">
6752 </ script >
6853{% endif %}
54+
55+ <!-- commons -->
56+
57+ < script src ="
https://cdn.jsdelivr.net/combine/npm/[email protected] ,npm/bootstrap@4/dist/js/bootstrap.min.js "
> </ script > 58+
59+ {% if jekyll.environment == 'production' %}
60+ <!-- PWA -->
61+ < script defer src ="{{ '/app.js' | relative_url }} "> </ script >
62+
63+ <!-- GA -->
64+ {% if site.google_analytics.id %}
65+ {% include google-analytics.html %}
66+ {% endif %}
67+
68+ {% endif %}
You can’t perform that action at this time.
0 commit comments