Skip to content

Commit 67b7ae8

Browse files
committed
Updated website
Signed-off-by: Vishal Rana <[email protected]>
1 parent dca53a6 commit 67b7ae8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

website/layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</a>
2424
</p>
2525
</footer>
26-
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
26+
<script type="text/javascript" src="https://unpkg.com/docsearch.js@2.2.1/dist/cdn/docsearch.min.js"></script>
2727
<script type="text/javascript">
2828
docsearch({
2929
apiKey: '69dfc65b57ccba29ec34b68aa5b274ed',

website/layouts/partials/head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
{{ if ne .URL "/" }}{{ .Title }} | {{ end }}{{ .Site.Title }}
2222
</title>
2323
<link rel="stylesheet"
24-
href="https://cdn.jsdelivr.net/npm/[email protected]/css/font-awesome.min.css">
24+
href="https://unpkg.com/[email protected]/css/font-awesome.min.css">
2525
<link rel="stylesheet"
2626
href="https://cdn.labstack.com/css/icomoon.css">
2727
<link rel="stylesheet"
28-
href="https://cdnjs.cloudflare.com/ajax/libs/docsearch.js/2.2.1/docsearch.css">
28+
href="https://unpkg.com/docsearch.js@2.2.1/dist/cdn/docsearch.min.css">
2929
<link rel="stylesheet" href="/css/bsa.css">
3030
<link rel="stylesheet" href="https://cdn.labstack.com/css/w3.css">
3131
<link rel="stylesheet" href="https://cdn.labstack.com/css/prism.css">

0 commit comments

Comments
 (0)