Move creation of theme.css
file from --extend-css
command into the static.files
folder
This commit is contained in:
parent
0d7ed3ba84
commit
bf6582e0cc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue