Skip to content

Commit 739887c

Browse files
author
Jen Lampton
committed
Issue #21: Add a few missing square icons for youtube and linkedin.
1 parent a530a9d commit 739887c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

on_the_web.module

+2
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ function on_the_web_get_services() {
290290
'youtube' => array(
291291
'name' => 'YouTube',
292292
'fa-icon' => 'fa-youtube',
293+
'fa-icon-square' => 'fa-youtube-square',
293294
),
294295
'flickr' => array(
295296
'name' => 'Flickr',
@@ -298,6 +299,7 @@ function on_the_web_get_services() {
298299
'linkedin' => array(
299300
'name' => 'LinkedIn',
300301
'fa-icon' => 'fa-linkedin',
302+
'fa-icon-square' => 'fa-linkedin-square',
301303
),
302304
'itunes' => array(
303305
'name' => 'Podcast',

0 commit comments

Comments
 (0)