fix search load page failure
This commit is contained in:
parent
71d3dac4a8
commit
74412d2707
1 changed files with 1 additions and 1 deletions
|
|
@ -146,9 +146,9 @@ pub fn render<T: fmt::Display, S: fmt::Display>(
|
|||
window.rootPath = \"{root_path}\";\
|
||||
window.currentCrate = \"{krate}\";\
|
||||
</script>\
|
||||
<script src=\"{root_path}aliases.js\"></script>\
|
||||
<script src=\"{root_path}main{suffix}.js\"></script>\
|
||||
<script defer src=\"{root_path}search-index.js\"></script>\
|
||||
<script defer src=\"{root_path}aliases.js\"></script>\
|
||||
</body>\
|
||||
</html>",
|
||||
css_extension = if css_file_extension {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue