Merge branch 'develop' into re-delete-after-deleting-dependent-doc

This commit is contained in:
Shariq Ansari 2023-06-14 13:30:47 +05:30 committed by GitHub
commit c831422703
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 -%}