fix: config of banner background not working

This commit is contained in:
jeffreytse 2021-06-17 21:07:40 +08:00
parent aa4d10655e
commit 325912a0eb

View file

@ -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 {