diff --git a/src/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg b/src/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg index d5f9adee92..4a6bc5983c 100644 --- a/src/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg +++ b/src/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg @@ -130,6 +130,13 @@ + + + + + + + diff --git a/src/wp-content/themes/twentyseventeen/inc/icon-functions.php b/src/wp-content/themes/twentyseventeen/inc/icon-functions.php index 11a1b0be16..6aa695e41a 100644 --- a/src/wp-content/themes/twentyseventeen/inc/icon-functions.php +++ b/src/wp-content/themes/twentyseventeen/inc/icon-functions.php @@ -197,12 +197,15 @@ function twentyseventeen_social_links_icons() { 'soundcloud.com' => 'soundcloud', 'spotify.com' => 'spotify', 'stumbleupon.com' => 'stumbleupon', + 't.me' => 'telegram', + 'telegram.me' => 'telegram', 'tumblr.com' => 'tumblr', 'twitch.tv' => 'twitch', 'twitter.com' => 'twitter', 'vimeo.com' => 'vimeo', 'vine.co' => 'vine', 'vk.com' => 'vk', + 'whatsapp.com' => 'whatsapp', 'wordpress.org' => 'wordpress', 'wordpress.com' => 'wordpress', 'yelp.com' => 'yelp',