We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
theme.css
--extend-css
static.files
1 parent 0d7ed3b commit bf6582eCopy full SHA for bf6582e
src/librustdoc/html/templates/page.html
@@ -64,7 +64,7 @@
64
</noscript> {# #}
65
{% if layout.css_file_extension.is_some() %}
66
<link rel="stylesheet" {#+ #}
67
- href="{{static_root_path|safe}}theme{{page.resource_suffix}}.css"> {# #}
+ href="{{page.root_path|safe}}theme{{page.resource_suffix}}.css"> {# #}
68
{% endif %}
69
{% if !layout.favicon.is_empty() %}
70
<link rel="icon" href="{{layout.favicon}}"> {# #}
0 commit comments