Skip to content

Commit a89cf4d

Browse files
committed
Fixed doc search
Signed-off-by: Vishal Rana <vr@labstack.com>
1 parent ed7353c commit a89cf4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{{ if ne .URL "/" }}{{ .Title }} | {{ end }}{{ .Site.Title }}
2222
</title>
2323
<link rel="stylesheet" href="https://unpkg.com/font-awesome@4.6.3/css/font-awesome.min.css">
24-
<!--<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css">-->
24+
<link rel="stylesheet" href="https://unpkg.com/docsearch.js@2.2.1/dist/cdn/docsearch.min.css">
2525
<link rel="stylesheet" href="https://cdn.labstack.com/styles/w3.css">
2626
<link rel="stylesheet" href="https://cdn.labstack.com/styles/prism.css">
2727
<link rel="stylesheet" href="https://cdn.labstack.com/styles/base.css">

0 commit comments

Comments
 (0)