Skip to content

Commit

Permalink
Remove pride background cover
Browse files Browse the repository at this point in the history
Brings back missing changes from e906eb1
  • Loading branch information
jonaharagon committed Jul 20, 2023
1 parent e40f397 commit af3f279
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions config/layouts/custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@ definitions:
{%- if page.meta.cover -%}
theme/assets/img/cover/{{ page.meta.cover }}
{%- else -%}
{{ layout.background_image or "theme/assets/brand/PNG/Banner/cover-progress-notext-blur.png" }}
{{ layout.background_image or "" }}
{%- endif -%}

- &background_color >-
#f7f7fcaa

#- &background_color >-
# {%- if page.meta.cover -%}
# #f7f7fcaa
# {%- else -%}
# #FFD06F
# {%- endif -%}
{%- if page.meta.cover -%}
#f7f7fcaa
{%- else -%}
#FFD06F
{%- endif -%}

- &color >-
{{ layout.color or "#2d2d2d" }}
Expand Down Expand Up @@ -81,13 +78,11 @@ definitions:
{{ page.meta.icon or "" }}

- &logo >-
theme/assets/brand/SVG/Logo/privacy-guides-logo-notext.svg

#{%- if page.meta.cover -%}
# theme/assets/brand/SVG/Logo/privacy-guides-logo-notext.svg
#{%- elif config.theme.logo -%}
# {{ config.docs_dir }}/{{ config.theme.logo }}
#{%- endif -%}
{%- if page.meta.cover -%}
theme/assets/brand/SVG/Logo/privacy-guides-logo-notext.svg
{%- elif config.theme.logo -%}
{{ config.docs_dir }}/{{ config.theme.logo }}
{%- endif -%}

# Meta tags
tags:
Expand Down

0 comments on commit af3f279

Please sign in to comment.