Skip to content

Commit af3f279

Browse files
committed
Remove pride background cover
Brings back missing changes from e906eb1
1 parent e40f397 commit af3f279

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

config/layouts/custom.yml

+11-16
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,15 @@ definitions:
44
{%- if page.meta.cover -%}
55
theme/assets/img/cover/{{ page.meta.cover }}
66
{%- else -%}
7-
{{ layout.background_image or "theme/assets/brand/PNG/Banner/cover-progress-notext-blur.png" }}
7+
{{ layout.background_image or "" }}
88
{%- endif -%}
99

1010
- &background_color >-
11-
#f7f7fcaa
12-
13-
#- &background_color >-
14-
# {%- if page.meta.cover -%}
15-
# #f7f7fcaa
16-
# {%- else -%}
17-
# #FFD06F
18-
# {%- endif -%}
11+
{%- if page.meta.cover -%}
12+
#f7f7fcaa
13+
{%- else -%}
14+
#FFD06F
15+
{%- endif -%}
1916

2017
- &color >-
2118
{{ layout.color or "#2d2d2d" }}
@@ -81,13 +78,11 @@ definitions:
8178
{{ page.meta.icon or "" }}
8279

8380
- &logo >-
84-
theme/assets/brand/SVG/Logo/privacy-guides-logo-notext.svg
85-
86-
#{%- if page.meta.cover -%}
87-
# theme/assets/brand/SVG/Logo/privacy-guides-logo-notext.svg
88-
#{%- elif config.theme.logo -%}
89-
# {{ config.docs_dir }}/{{ config.theme.logo }}
90-
#{%- endif -%}
81+
{%- if page.meta.cover -%}
82+
theme/assets/brand/SVG/Logo/privacy-guides-logo-notext.svg
83+
{%- elif config.theme.logo -%}
84+
{{ config.docs_dir }}/{{ config.theme.logo }}
85+
{%- endif -%}
9186

9287
# Meta tags
9388
tags:

0 commit comments

Comments
 (0)