File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<!-- Bootstrap bundle JS -->
22< script
3- src =".. /assets/js/bootstrap.bundle.min.js "
3+ src ="/assets/js/bootstrap.bundle.min.js "
44> </ script >
55<!-- load other js -->
66< script
7- src =".. /assets/js/lazysizes.min.js "
7+ src ="/assets/js/lazysizes.min.js "
88> </ script >
99{% if layout.gallery == true or page.gallery == true %}< script src ="https://cdn.jsdelivr.net/npm/spotlight.js@latest/dist/spotlight.bundle.js " defer > </ script > {% endif %}
1010{% if page.custom-foot or layout.custom-foot %}
Original file line number Diff line number Diff line change 33{% endcomment %}
44<!-- Analytics -->
55<!-- Google tag (gtag.js) -->
6- < script async src =".. /assets/js/googletagmanager.js "> </ script >
6+ < script async src ="/assets/js/googletagmanager.js "> </ script >
77< script >
88 window . dataLayer = window . dataLayer || [ ] ;
99 function gtag ( ) { dataLayer . push ( arguments ) ; }
You can’t perform that action at this time.
0 commit comments