fix: removing website theme breaks website (#21373)
This commit is contained in:
parent
c2a562b82e
commit
99ab17754b
1 changed files with 2 additions and 1 deletions
|
|
@ -2,8 +2,9 @@
|
|||
{{ head_html or "" }}
|
||||
{%- endif %}
|
||||
|
||||
{%- if theme.name != 'Standard' -%}
|
||||
{%- if theme and theme.name != 'Standard' -%}
|
||||
<link type="text/css" rel="stylesheet" href="{{ theme.theme_url }}">
|
||||
|
||||
{%- else -%}
|
||||
{{ include_style('website.bundle.css') }}
|
||||
{%- endif -%}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue