Move creation of theme.css file from --extend-css command into the static.files folder

This commit is contained in:
Guillaume Gomez 2023-04-12 14:56:08 +02:00
parent 0d7ed3ba84
commit bf6582e0cc

View file

@ -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}}"> {# #}