diff --git a/_includes/views/header.html b/_includes/views/header.html index c43d7ec..7089c7e 100644 --- a/_includes/views/header.html +++ b/_includes/views/header.html @@ -1,58 +1,49 @@ - -{%- include functions.html func='get_banner' -%} - -{%- include functions.html func='log' level='debug' msg='Get header_transparent value' -%} -{%- assign name = 'header_transparent' -%} -{%- include functions.html func='get_value' default=true -%} -{%- assign header_transparent = return -%} - -{%- if has_banner and header_transparent -%} - {%- assign header_transparent_class = "site-header-transparent" -%} -{%- endif -%} +{%- include functions.html func='get_banner' -%} {%- include functions.html +func='log' level='debug' msg='Get header_transparent value' -%} {%- assign name += 'header_transparent' -%} {%- include functions.html func='get_value' +default=true -%} {%- assign header_transparent = return -%} {%- if has_banner +and header_transparent -%} {%- assign header_transparent_class = +"site-header-transparent" -%} {%- endif -%}