File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11
11
{{ printf "%s | %s" .Title site.Title }}
12
12
{{ end }}
13
13
</ title >
14
+ < link rel ="icon " href ="{{ site.BaseURL }}/favicon.ico ">
14
15
{{ partialCached "assets/css.html" . }}
15
16
< link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css " rel ="stylesheet "
16
17
integrity ="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN " crossorigin ="anonymous ">
29
30
< script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js "
30
31
integrity ="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL "
31
32
crossorigin ="anonymous "> </ script >
32
- < script src ="/wasm/wasm.js " async > </ script >
33
+ < script src ="{{ site.BaseURL }} /wasm/wasm.js " async > </ script >
33
34
</ body >
34
35
</ html >
You can’t perform that action at this time.
0 commit comments