summaryrefslogtreecommitdiff
path: root/_includes/views
diff options
context:
space:
mode:
Diffstat (limited to '_includes/views')
-rw-r--r--_includes/views/banner.html7
1 files changed, 7 insertions, 0 deletions
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 {