File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
< span class ="navbar-brand d-flex ">
9
9
#if $Extras.Header.show_logo == "yes"
10
10
< a class ="mr-2 " href ="index.html ">
11
- #if $Extras.Header.custom_logo_url is not ""
11
+ #if $Extras.Header.custom_logo_url != ""
12
12
< img src ="$Extras.Header.custom_logo_url " style ="width: 4rem ">
13
13
#else
14
14
< img src ="img/icon-alpha-1x.png " srcset ="img/icon-alpha-1x.png 1x, img/icon-alpha-2x.png 2x " style ="width: 4rem ">
111
111
#end if
112
112
#end if
113
113
114
- #if $Extras.Header.custom1_url is not ""
114
+ #if $Extras.Header.custom1_url != ""
115
115
< li class ="nav-item mr-3 ">
116
116
< a class ="nav-link " href ="$Extras.Header.custom1_url "> $Extras.Header.custom1_label</ a >
117
117
</ li >
118
118
#end if
119
119
120
- #if $Extras.Header.custom2_url is not ""
120
+ #if $Extras.Header.custom2_url != ""
121
121
< li class ="nav-item mr-3 ">
122
122
< a class ="nav-link " href ="$Extras.Header.custom2_url "> $Extras.Header.custom2_label</ a >
123
123
</ li >
176
176
#end if
177
177
</ nav >
178
178
179
- </ header >
179
+ </ header >
You can’t perform that action at this time.
0 commit comments