File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ $sun-engine-footer-link-color: orange;
178
178
padding : 18px 0 ;
179
179
border-top : 1px solid $footer-border-color ;
180
180
181
- .links-menu__link ,.links-menu__ext-link {
181
+ .links-menu__link , .links-menu__ext-link {
182
182
color : $footer-link-color ;
183
183
}
184
184
}
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ $sun-engine-footer-link-color: orange;
183
183
padding : 18px 0 ;
184
184
border-top : 1px solid $footer-border-color ;
185
185
186
- .links-menu__link ,.links-menu__ext-link {
186
+ .links-menu__link , .links-menu__ext-link {
187
187
color : $footer-link-color ;
188
188
}
189
189
}
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ $sun-engine-footer-link-color: #7e73a5;
178
178
padding : 18px 0 ;
179
179
border-top : 1px solid $footer-border-color ;
180
180
181
- .links-menu__link ,.links-menu__ext-link {
181
+ .links-menu__link , .links-menu__ext-link {
182
182
color : $footer-link-color ;
183
183
}
184
184
}
Original file line number Diff line number Diff line change @@ -176,7 +176,9 @@ export default {
176
176
footerSeparatorClassName () {
177
177
if (config .Parts .FooterSeparatorClassName === " -" )
178
178
return null ;
179
- return config .Parts .FooterSeparatorClassName ?? this .$iconsSet .Layout .heart ;
179
+ if (! config .Parts .FooterSeparatorClassName )
180
+ return this .$iconsSet .Layout .heart ;
181
+ return config .Parts .FooterSeparatorClassName ;
180
182
},
181
183
siteTitle () {
182
184
return config .Parts .SiteTitle ;
You can’t perform that action at this time.
0 commit comments