|
34 | 34 | <meta property="og:image" content="https://rustlang-es.org/rust-book-es/img/open-graph.png">
|
35 | 35 |
|
36 | 36 | {{#if favicon_svg}}
|
37 |
| - <link rel="icon" href="{{ path_to_root }}/favicon.svg"> |
| 37 | + <link rel="icon" href="{{ path_to_root }}favicon.svg"> |
38 | 38 | {{/if}}
|
39 | 39 | {{#if favicon_png}}
|
40 |
| - <link rel="shortcut icon" href="{{ path_to_root }}/favicon.png"> |
| 40 | + <link rel="shortcut icon" href="{{ path_to_root }}favicon.png"> |
41 | 41 | {{/if}}
|
42 |
| - <link rel="stylesheet" href="{{ path_to_root }}/css/variables.css"> |
43 |
| - <link rel="stylesheet" href="{{ path_to_root }}/css/general.css"> |
44 |
| - <link rel="stylesheet" href="{{ path_to_root }}/css/chrome.css"> |
| 42 | + <link rel="stylesheet" href="{{ path_to_root }}css/variables.css"> |
| 43 | + <link rel="stylesheet" href="{{ path_to_root }}css/general.css"> |
| 44 | + <link rel="stylesheet" href="{{ path_to_root }}css/chrome.css"> |
45 | 45 | {{#if print_enable}}
|
46 |
| - <link rel="stylesheet" href="{{ path_to_root }}/css/print.css" media="print"> |
| 46 | + <link rel="stylesheet" href="{{ path_to_root }}css/print.css" media="print"> |
47 | 47 | {{/if}}
|
48 | 48 |
|
49 | 49 | <!-- Fonts -->
|
50 |
| - <link rel="stylesheet" href="{{ path_to_root }}/FontAwesome/css/font-awesome.css"> |
| 50 | + <link rel="stylesheet" href="{{ path_to_root }}FontAwesome/css/font-awesome.css"> |
51 | 51 | {{#if copy_fonts}}
|
52 |
| - <link rel="stylesheet" href="{{ path_to_root }}/fonts/fonts.css"> |
| 52 | + <link rel="stylesheet" href="{{ path_to_root }}fonts/fonts.css"> |
53 | 53 | {{/if}}
|
54 | 54 |
|
55 | 55 | <!-- Highlight.js Stylesheets -->
|
56 |
| - <link rel="stylesheet" href="{{ path_to_root }}/highlight.css"> |
57 |
| - <link rel="stylesheet" href="{{ path_to_root }}/tomorrow-night.css"> |
58 |
| - <link rel="stylesheet" href="{{ path_to_root }}/ayu-highlight.css"> |
| 56 | + <link rel="stylesheet" href="{{ path_to_root }}highlight.css"> |
| 57 | + <link rel="stylesheet" href="{{ path_to_root }}tomorrow-night.css"> |
| 58 | + <link rel="stylesheet" href="{{ path_to_root }}ayu-highlight.css"> |
59 | 59 |
|
60 |
| - <link rel="stylesheet" href="{{ path_to_root }}/theme/extra.css"> |
61 |
| - <link rel="stylesheet" href="{{ path_to_root }}/theme/pagetoc.css"> |
| 60 | + <link rel="stylesheet" href="{{ path_to_root }}theme/extra.css"> |
| 61 | + <link rel="stylesheet" href="{{ path_to_root }}theme/pagetoc.css"> |
62 | 62 | <!-- Custom theme stylesheets -->
|
63 | 63 | {{#each additional_css}}
|
64 | 64 | <link rel="stylesheet" href="{{ ../path_to_root }}{{ this }}">
|
|
0 commit comments