summaryrefslogtreecommitdiff
path: root/_includes/views/header.html
diff options
context:
space:
mode:
authorjeffreytse <jeffreytse.mail@gmail.com>2021-06-26 12:05:19 +0800
committerjeffreytse <jeffreytse.mail@gmail.com>2021-06-26 12:05:19 +0800
commit11edca189059cf5bbe78443afbb191e740c6fa60 (patch)
tree680e04a27e0905f05ef1bb48a477d590c0c58672 /_includes/views/header.html
parent29f69dcc2aacc5a100e5d15d1decf0a8d1f15cac (diff)
feat: support video banner
Diffstat (limited to '_includes/views/header.html')
-rw-r--r--_includes/views/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/views/header.html b/_includes/views/header.html
index d8b43f4..169bf01 100644
--- a/_includes/views/header.html
+++ b/_includes/views/header.html
@@ -6,7 +6,7 @@
{%- include functions.html func='get_value' default=true -%}
{%- assign header_transparent = return -%}
-{%- if banner_image and header_transparent -%}
+{%- if has_banner and header_transparent -%}
{%- assign header_transparent_class = "site-header-transparent" -%}
{%- endif -%}