File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<extend template="content.shtml">
22<head id="head">
33 <ctx :if="$page.custom.getOr('math', false)">
4- <link href="https://registry.npmmirror.com/katex/0.16.27/files/dist /katex.min.css" crossorigin="anonymous" rel="stylesheet">
4+ <link href="https://cdn.bootcdn.net/ajax/libs/KaTeX/0.15.2 /katex.min.css" crossorigin="anonymous" rel="stylesheet">
55 <script
66 defer
7- src="https://registry.npmmirror.com/katex/0.16.27/files/dist /katex.min.js"
7+ src="https://cdn.bootcdn.net/ajax/libs/KaTeX/0.15.2 /katex.min.js"
88 crossorigin="anonymous"
99 ></script>
10- <script defer src="https://registry.npmmirror.com/katex/0.16.27/files/dist /contrib/auto-render.min.js" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
10+ <script defer src="https://cdn.bootcdn.net/ajax/libs/KaTeX/0.15.2 /contrib/auto-render.min.js" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
1111 </ctx>
1212 <ctx :if="$page.custom.getOr('mermaid', false)">
13- <script defer src="https://registry.npmmirror.com/ mermaid/8.14.0/files/dist /mermaid.min.js" onload="mermaid.initialize({startOnLoad:true});"></script>
13+ <script defer src="https://cdn.bootcdn.net/ajax/libs/ mermaid/8.14.0/mermaid.min.js" onload="mermaid.initialize({startOnLoad:true});"></script>
1414 </ctx>
1515</head>
1616<body id="body">
You can’t perform that action at this time.
0 commit comments