Skip to content

Commit f9f1ba2

Browse files
committed
Updated baseof.html
1 parent 0939421 commit f9f1ba2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/layouts/_default/baseof.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
{{ printf "%s | %s" .Title site.Title }}
1212
{{ end }}
1313
</title>
14+
<link rel="icon" href="{{ site.BaseURL }}/favicon.ico">
1415
{{ partialCached "assets/css.html" . }}
1516
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
1617
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
@@ -29,6 +30,6 @@
2930
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
3031
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
3132
crossorigin="anonymous"></script>
32-
<script src="/wasm/wasm.js" async></script>
33+
<script src="{{ site.BaseURL }}/wasm/wasm.js" async></script>
3334
</body>
3435
</html>

0 commit comments

Comments
 (0)