File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,3 +63,4 @@ text_color = "#555"
6363text_dark = " #222222"
6464text_light = " #959595"
6565white = " #fff"
66+ secblack = " #121826"
Original file line number Diff line number Diff line change @@ -8,8 +8,10 @@ email = "info@email.com"
88favicon = " images/favicon/favicon-32x32.png"
99image = " images/logo.png"
1010
11- logo = " images/logos/logo-light.svg"
11+ logo = " images/logos/logo-dark.svg"
12+ logo_light = " images/logos/logo-light.svg"
1213logo_dark = " images/logos/logo-dark.svg"
14+ footer_logo_dark = false
1315logo_webp = false
1416
1517logo_text = " Intelops"
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ draft: false
88navigation :
99 logo : " images/dummy-logo.png"
1010 logo_text : " Capten"
11+ logo_text_color : " white"
1112
1213 menu :
1314 - name : " Test 1"
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ draft: false
88navigation :
99 logo : " images/dummy-logo.png"
1010 logo_text : " Capten"
11+ logo_text_color : " white"
1112
1213 menu :
1314 - name : " Test 1"
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ draft: false
88navigation :
99 logo : " images/dummy-logo.png"
1010 logo_text : " Capten"
11+ logo_text_color : " secblack"
1112
1213 menu :
1314 - name : " Test 1"
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ draft: false
88navigation :
99 logo : " images/logos/compage/compage-icon.svg"
1010 logo_text : " Compage"
11+ logo_text_color : " secblack"
1112
1213 menu :
1314 - name : " Test 1"
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ draft: false
77
88navigation :
99 logo : " images/dummy-logo.png"
10- logo_text : " Capten"
10+ logo_text : " Opty"
11+ logo_text_color : " secblack"
1112
1213 menu :
1314 - name : " Test 1"
Original file line number Diff line number Diff line change @@ -773,7 +773,7 @@ form label {
773773}
774774
775775.nav-menu-text {
776- color : $white !important ;
776+ color : $black !important ;
777777}
778778
779779.header-sec {
Original file line number Diff line number Diff line change 2727
2828< img loading ="prelaod " decoding ="async " class ="img-fluid " {{if ne $logoExt `.svg`}}
2929 width ="{{$logoWidth | default $logo.Width}} " height ="{{$logo.Height}} " {{end}} src ="{{.Scratch.Get `logo`}} "
30- alt ="{{ site.Title }} " onerror ="this.onerror=null;this.src='{{.Scratch.Get `logo_fallback`}}' ">
30+ alt ="{{ site.Title }} " style =" width:130px " onerror ="this.onerror=null;this.src='{{.Scratch.Get `logo_fallback`}}' ">
3131{{ end }}
3232<!-- logo text -->
3333{{ else if site.Params.logo_text }}
Original file line number Diff line number Diff line change 1- {{ $logoPath:= site.Params.logo }}
1+ {{ $logoPath:= site.Params.logo_light }}
22{{ $logoWidth:= replace site.Params.logo "px" "x" }}
33
44<!-- checking logo existance -->
2727
2828< img loading ="prelaod " decoding ="async " class ="img-fluid " {{if ne $logoExt `.svg`}}
2929 width ="{{$logoWidth | default $logo.Width}} " height ="{{$logo.Height}} " {{end}} src ="{{.Scratch.Get `logo`}} "
30- alt ="{{ site.Title }} " onerror ="this.onerror=null;this.src='{{.Scratch.Get `logo_fallback`}}' ">
30+ alt ="{{ site.Title }} " style =" width:130px " onerror ="this.onerror=null;this.src='{{.Scratch.Get `logo_fallback`}}' ">
3131{{ end }}
3232<!-- logo text -->
3333{{ else if site.Params.logo_text }}
You can’t perform that action at this time.
0 commit comments