Move creation of theme.css
file from --extend-css
command into the static.files
folder
This commit is contained in:
parent
0d7ed3ba84
commit
bf6582e0cc
@ -64,7 +64,7 @@
|
||||
</noscript> {# #}
|
||||
{% if layout.css_file_extension.is_some() %}
|
||||
<link rel="stylesheet" {#+ #}
|
||||
href="{{static_root_path|safe}}theme{{page.resource_suffix}}.css"> {# #}
|
||||
href="{{page.root_path|safe}}theme{{page.resource_suffix}}.css"> {# #}
|
||||
{% endif %}
|
||||
{% if !layout.favicon.is_empty() %}
|
||||
<link rel="icon" href="{{layout.favicon}}"> {# #}
|
||||
|
Loading…
x
Reference in New Issue
Block a user