Skip to content

Commit 2d47219

Browse files
committed
redo paths
1 parent 5ece8fc commit 2d47219

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_includes/foot.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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>
9-
{% if layout.gallery == true or page.gallery == true %}<script src="../assets/js/spotlight.bundle.js" defer></script>{% endif %}
9+
{% if layout.gallery == true or page.gallery == true %}<script src="/assets/js/spotlight.bundle.js" defer></script>{% endif %}
1010
{% if page.custom-foot or layout.custom-foot %}
1111
{%- assign page_feet = page.custom-foot | split: ";" -%}
1212
{%- assign layout_feet = layout.custom-foot | split: ";" -%}

_includes/head/head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
{% if site.data.theme.font-cdn %}{{ site.data.theme.font-cdn }}
1919
{% elsif jekyll.environment == "production" %}
20-
<link href="../assets/css/font-production.css" rel="stylesheet">
20+
<link href="/assets/css/font-production.css" rel="stylesheet">
2121
{% else %}
2222
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
2323
{% endif %}<!-- Bootstrap 5 CSS from jsDelivr -->
2424
<link
2525
rel="stylesheet"
26-
href="assets/css/bootstrap.min.css"
26+
href="/assets/css/bootstrap.min.css"
2727
crossorigin="anonymous"
2828
type="text/css"
2929
/>

0 commit comments

Comments
 (0)