diff options
Diffstat (limited to '_includes/views/header.html')
-rw-r--r-- | _includes/views/header.html | 2 |
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 -%} |