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 978462e commit e57a07bCopy full SHA for e57a07b
functions.php
@@ -115,7 +115,6 @@ function externalLinkIcon() {
115
116
function add_bluesky_social_icon( $social_icons ) {
117
$social_icons['bsky.app'] = 'bluesky';
118
- $social_icons['bluesky.social'] = 'bluesky';
119
return $social_icons;
120
}
121
add_filter( 'twentynineteen_social_icons_map', 'add_bluesky_social_icon' );
0 commit comments