We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822498c commit 95e12d1Copy full SHA for 95e12d1
kraken.theme
@@ -378,7 +378,7 @@ function kraken_preprocess_page(&$variables)
378
// Unit Social media options.
379
$variables['unit_facebook_option'] = theme_get_setting('unit_social_facebook');
380
$variables['unit_instagram_option'] = theme_get_setting('unit_social_instagram');
381
- $variables['unit_bluesky_option'] = theme_get_setting('unit_bluesky_option');
+ $variables['unit_bluesky_option'] = theme_get_setting('unit_social_bluesky');
382
$variables['unit_linkedin_option'] = theme_get_setting('unit_social_linkedin');
383
$variables['unit_spotify_option'] = theme_get_setting('unit_social_spotify');
384
$variables['unit_twitter_option'] = theme_get_setting('unit_social_twitter');
0 commit comments