Skip to content

Commit 143caa4

Browse files
committed
changes from rel to absolute paths for tco'ed items
1 parent ea3277c commit 143caa4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_includes/foot.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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 %}

_includes/head/analytics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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);}

0 commit comments

Comments
 (0)