|
28 | 28 | <meta property="og:locale" content="en_US" /> |
29 | 29 |
|
30 | 30 | <!-- styles --> |
31 | | - <link rel="stylesheet" href="/static/styles/a11y-dark.css"/> |
| 31 | + <link rel="stylesheet" href="{{baseurl}}/static/styles/a11y-dark.css"/> |
32 | 32 | <link rel="stylesheet" href="{{assets.css.vendor}}"/> |
33 | 33 | <link rel="stylesheet" href="{{assets.css.fonts}}"/> |
34 | 34 | <link rel="stylesheet" href="{{assets.css.app}}"/> |
35 | 35 |
|
36 | 36 | <!-- favicon --> |
37 | | - <link rel="apple-touch-icon" sizes="180x180" href="/static/images/apple-touch-icon.png?v=ngJW8jGAmR"> |
38 | | - <link rel="icon" sizes="16x16" type="image/png" href="/static/images/favicon-16x16.png"> |
39 | | - <link rel="icon" sizes="32x32" type="image/png" href="/static/images/favicon-32x32.png"> |
40 | | - <link rel="icon" type="image/svg+xml" href="/static/images/favicon.svg"> |
41 | | - <link rel="manifest" href="/static/images/site.webmanifest?v=ngJW8jGAmR"> |
42 | | - <link rel="mask-icon" href="/static/images/safari-pinned-tab.svg?v=ngJW8jGAmR" color="#000000"> |
| 37 | + <link rel="apple-touch-icon" sizes="180x180" href="{{baseurl}}/static/images/apple-touch-icon.png?v=ngJW8jGAmR"> |
| 38 | + <link rel="icon" sizes="16x16" type="image/png" href="{{baseurl}}/static/images/favicon-16x16.png"> |
| 39 | + <link rel="icon" sizes="32x32" type="image/png" href="{{baseurl}}/static/images/favicon-32x32.png"> |
| 40 | + <link rel="icon" type="image/svg+xml" href="{{baseurl}}/static/images/favicon.svg"> |
| 41 | + <link rel="manifest" href="{{baseurl}}/static/images/site.webmanifest?v=ngJW8jGAmR"> |
| 42 | + <link rel="mask-icon" href="{{baseurl}}/static/images/safari-pinned-tab.svg?v=ngJW8jGAmR" color="#000000"> |
43 | 43 | <meta name="msapplication-TileColor" content="#ffffff"> |
44 | | - <meta name="msapplication-config" content="/static/images/browserconfig.xml?v=ngJW8jGAmR"> |
| 44 | + <meta name="msapplication-config" content="{{baseurl}}/static/images/browserconfig.xml?v=ngJW8jGAmR"> |
45 | 45 | <meta name="theme-color" content="#ffffff"> |
46 | 46 |
|
47 | 47 | {{#if is_landing}} |
|
54 | 54 |
|
55 | 55 | <!-- Custom Highlight pack with: Rust, Markdown, TOML, Bash, JSON, YAML, |
56 | 56 | and plaintext. --> |
57 | | - <script src="/static/scripts/highlight.pack.js" defer></script> |
58 | | - <script src="/static/scripts/init.js" defer></script> |
| 57 | + <script src="{{baseurl}}/static/scripts/highlight.pack.js" defer></script> |
| 58 | + <script src="{{baseurl}}/static/scripts/init.js" defer></script> |
59 | 59 | </head> |
60 | 60 | <body> |
61 | 61 | {{> components/nav}} |
|
66 | 66 | {{#if pontoon_enabled}} |
67 | 67 | <script src="https://pontoon.rust-lang.org/pontoon.js"></script> |
68 | 68 | {{/if}} |
69 | | - <script src="/static/scripts/languages.js"></script> |
| 69 | + <script src="{{baseurl}}/static/scripts/languages.js"></script> |
70 | 70 | </body> |
71 | 71 | </html> |
0 commit comments