From c593085877967c77d1adf84ecc9df618a42dfb89 Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Thu, 17 Jun 2021 20:54:49 +0800 Subject: [PATCH] fix: wrong default banner opacity and height --- _includes/views/banner.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_includes/views/banner.html b/_includes/views/banner.html index eb622d7..4b5f5c0 100644 --- a/_includes/views/banner.html +++ b/_includes/views/banner.html @@ -16,19 +16,25 @@ {%- include functions.html func='get_banner' -%} {% if banner_image %} + {% if banner_height %} + {% endif %} + {% if banner_opacity %} + + {% endif %}