fix: config of banner background not working
This commit is contained in:
parent
aa4d10655e
commit
325912a0eb
1 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,13 @@
|
|||
{%- include functions.html func='get_banner' -%}
|
||||
|
||||
{% if banner_image %}
|
||||
{% if banner_background %}
|
||||
<style>
|
||||
html .page-banner {
|
||||
background: {{ banner_background }};
|
||||
}
|
||||
</style>
|
||||
{% endif %}
|
||||
{% if banner_height %}
|
||||
<style>
|
||||
html .page-banner {
|
||||
|
|
Loading…
Reference in a new issue