From 325912a0eb0577e09c9de80f6361c3bfffc4c628 Mon Sep 17 00:00:00 2001
From: jeffreytse <jeffreytse.mail@gmail.com>
Date: Thu, 17 Jun 2021 21:07:40 +0800
Subject: fix: config of banner background not working

---
 _includes/views/banner.html | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/_includes/views/banner.html b/_includes/views/banner.html
index 4b5f5c0..d70c3a7 100644
--- a/_includes/views/banner.html
+++ b/_includes/views/banner.html
@@ -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 {
-- 
cgit v1.2.3