Commit 6d66536 1 parent 28cebc8 commit 6d66536 Copy full SHA for 6d66536
File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 38
38
{{ end -}}
39
39
40
40
{{ if .Site.Params.prism_syntax_highlighting -}}
41
- < link rel ="stylesheet " href ="{{ "/ css/prism.css" | relURL }}"/>
41
+ < link rel ="stylesheet " href ="{{ "css /prism.css" | relURL }}"/>
42
42
{{ end -}}
43
43
44
44
{{ partial "hooks/head-end.html" . -}}
Original file line number Diff line number Diff line change 24
24
< script src ="https://cdn.jsdelivr.net/npm/markmap-autoloader "> </ script >
25
25
{{ end }}
26
26
27
- < script src ='{{ "/ js/tabpane-persist.js" | relURL }} '> </ script >
27
+ < script src ='{{ "js/tabpane-persist.js" | relURL }} '> </ script >
28
28
29
29
<!-- load the deflate.js for plantuml support -->
30
30
{{ if .Site.Params.plantuml.enable }}
31
- < script src ='{{ "/ js/deflate.js" | relURL }} '> </ script >
31
+ < script src ='{{ "js/deflate.js" | relURL }} '> </ script >
32
32
{{ end }}
33
33
34
34
<!-- load stylesheet and scripts for KaTeX support -->
48
48
{{ end }}
49
49
<!-- To automatically render math in text elements, include the auto-render extension: -->
50
50
< script defer src ='
https://cdn.jsdelivr.net/npm/[email protected] /dist/contrib/auto-render.min.js '
51
- integrity ='sha512-ZA/RPrAo88DlwRnnoNVqKINnQNcWERzRK03PDaA4GIJiVZvGFIWQbdWCsUebMZfkWohnfngsDjXzU6PokO4jGw== ' crossorigin ='anonymous '
51
+ integrity ='sha512-ZA/RPrAo88DlwRnnoNVqKINnQNcWERzRK03PDaA4GIJiVZvGFIWQbdWCsUebMZfkWohnfngsDjXzU6PokO4jGw== ' crossorigin ='anonymous '
52
52
{{ printf "onload='renderMathInElement(%s, %s); '" (( .Site.Params.katex.html_dom_element | default "document.body" ) | safeJS ) ( printf "%s" ( $.Site.Params.katex.options | jsonify )) | safeHTMLAttr }}> </ script >
53
53
{{ end }}
54
54
71
71
{{ end }}
72
72
{{ if .Site.Params.prism_syntax_highlighting }}
73
73
<!-- scripts for prism -->
74
- < script src ='{{ "/ js/prism.js" | relURL }} '> </ script >
74
+ < script src ='{{ "js/prism.js" | relURL }} '> </ script >
75
75
{{ end }}
76
76
{{ partial "hooks/body-end.html" . }}
Original file line number Diff line number Diff line change 3
3
< head >
4
4
{{ partial "head.html" . }}
5
5
< title > {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{ end }}</ title >
6
- < link rel ="stylesheet " type ="text/css " href ="{{ "/ css/swagger-ui.css" | relURL }}">
6
+ < link rel ="stylesheet " type ="text/css " href ="{{ "css /swagger-ui.css" | relURL }}">
7
7
</ head >
8
8
< body class ="td-{{ .Kind }} ">
9
9
< header >
22
22
</ aside >
23
23
< main class ="col-12 col-md-9 col-xl-8 pl-md-5 " role ="main ">
24
24
{{ if not .Site.Params.ui.breadcrumb_disable }}{{ partial "breadcrumb.html" . }}{{ end }}
25
- < script src ="{{ "/ js/swagger-ui-bundle.js" | relURL }}"> </ script >
26
- < script src ="{{ "/ js/swagger-ui-standalone-preset.js" | relURL }}"> </ script >
25
+ < script src ="{{ "js /swagger-ui-bundle.js" | relURL }}"> </ script >
26
+ < script src ="{{ "js /swagger-ui-standalone-preset.js" | relURL }}"> </ script >
27
27
{{ block "main" . }}{{ end }}
28
28
</ main >
29
29
</ div >
You can’t perform that action at this time.
0 commit comments