File tree 2 files changed +8
-0
lines changed 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 220
220
</ div >
221
221
222
222
< script type ="text/javascript " src ="/menu.js?{{ docsrs_version() | slugify }} "> </ script >
223
+ < script type ="text/javascript " src ="/index.js?{{ docsrs_version() | slugify }} "> </ script >
223
224
< script >
224
225
// Reset the scroll offset on browsers that don't support
225
226
// scroll-padding-top (Desktop & Mobile Safari):
Original file line number Diff line number Diff line change 1
1
{%- import "macros.html" as macros -%}
2
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/pure-min.css " type ="text/css "
3
+ media ="all " />
4
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css "
5
+ type ="text/css " media ="all " />
6
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css "
7
+ type ="text/css " media ="all " />
2
8
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/menus-min.css " type ="text/css "
3
9
media ="all " />
4
10
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-min.css " type ="text/css "
5
11
media ="all " />
6
12
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css "
7
13
type ="text/css " media ="all " />
8
14
< link rel ="stylesheet " href ="/style.css?{{ docsrs_version() | slugify }} " type ="text/css " media ="all " />
15
+
9
16
< link rel ="search " href ="/opensearch.xml " type ="application/opensearchdescription+xml " title ="Docs.rs ">
10
17
11
18
< title > {{ macros::doc_title(name=krate.name, version=krate.version) }}</ title >
You can’t perform that action at this time.
0 commit comments