File tree 1 file changed +11
-16
lines changed
1 file changed +11
-16
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,15 @@ definitions:
4
4
{%- if page.meta.cover -%}
5
5
theme/assets/img/cover/{{ page.meta.cover }}
6
6
{%- else -%}
7
- {{ layout.background_image or "theme/assets/brand/PNG/Banner/cover-progress-notext-blur.png " }}
7
+ {{ layout.background_image or "" }}
8
8
{%- endif -%}
9
9
10
10
- &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 -%}
19
16
20
17
- &color >-
21
18
{{ layout.color or "#2d2d2d" }}
@@ -81,13 +78,11 @@ definitions:
81
78
{{ page.meta.icon or "" }}
82
79
83
80
- &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 -%}
91
86
92
87
# Meta tags
93
88
tags :
You can’t perform that action at this time.
0 commit comments