Skip to content

Commit d2caca9

Browse files
committed
Move docsearch css link to before our normal css link
This way our styles are applied properly.
1 parent e1558a3 commit d2caca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<link rel="shortcut icon" href="/assets/favicon.ico">
88

9+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
910
<% for (var file in webpackConfig.template.cssFiles) { %>
1011
<link href="<%= webpackConfig.template.cssFiles[file] %>" rel="stylesheet">
1112
<% } %>
1213

13-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
1414
<script src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
1515
</head>
1616
<body>

0 commit comments

Comments
 (0)