Merge branch 'develop' into re-delete-after-deleting-dependent-doc
This commit is contained in:
commit
c831422703
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