|
4 | 4 | centered |
5 | 5 | {%- endblock body_classes -%} |
6 | 6 |
|
7 | | -{% block header %} |
8 | | - <div class="docsrs-package-container"> |
9 | | - <div class="container"> |
10 | | - <div class="description-container"> |
11 | | - <h1 id="crate-title" class="no-description">Docs.rs documentation</h1> |
12 | | - <div class="pure-menu pure-menu-horizontal"> |
13 | | - <ul class="pure-menu-list"> |
14 | | - {% set text = crate::icons::IconCircleInfo.render_solid(false, false, "") %} |
15 | | - {% set text = "{} <span class='title'>About</span>"|format(text) %} |
16 | | - {% call macros::active_link(expected="index", href="/about", text=text) %} |
17 | | - |
18 | | - {% set text = crate::icons::IconFonticons.render_brands(false, false, "") %} |
19 | | - {% set text = "{} <span class='title'>Badges</span>"|format(text) %} |
20 | | - {% call macros::active_link(expected="badges", href="/about/badges", text=text) %} |
21 | | - |
22 | | - {% set text = crate::icons::IconGears.render_solid(false, false, "") %} |
23 | | - {% set text = "{} <span class='title'>Builds</span>"|format(text) %} |
24 | | - {% call macros::active_link(expected="builds", href="/about/builds", text=text) %} |
25 | | - |
26 | | - {% set text = crate::icons::IconTable.render_solid(false, false, "") %} |
27 | | - {% set text = "{} <span class='title'>Metadata</span>"|format(text) %} |
28 | | - {% call macros::active_link(expected="metadata", href="/about/metadata", text=text) %} |
29 | | - |
30 | | - {% set text = crate::icons::IconRoad.render_solid(false, false, "") %} |
31 | | - {% set text = "{} <span class='title'>Shorthand URLs</span>"|format(text) %} |
32 | | - {% call macros::active_link(expected="redirections", href="/about/redirections", text=text) %} |
33 | | - |
34 | | - {% set text = crate::icons::IconDownload.render_solid(false, false, "") %} |
35 | | - {% set text = "{} <span class='title'>Download</span>"|format(text) %} |
36 | | - {% call macros::active_link(expected="download", href="/about/download", text=text) %} |
37 | | - |
38 | | - {% set text = crate::icons::IconFileCode.render_solid(false, false, "") %} |
39 | | - {% set text = "{} <span class='title'>Rustdoc JSON</span>"|format(text) %} |
40 | | - {% call macros::active_link(expected="rustdoc-json", href="/about/rustdoc-json", text=text) %} |
41 | | - </ul> |
42 | | - </div> |
43 | | - </div> |
44 | | - </div> |
45 | | - </div> |
46 | | -{% endblock %} |
47 | | - |
48 | 7 | {%- block topbar -%} |
49 | 8 | {% let search_query = Some(String::new()) %} |
50 | 9 | {%- include "header/topbar.html" -%} |
|
0 commit comments