Squashed commit of the following:

commit c0f71111d6a73da0a4ffd123b03dcade03b6742d
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Fri Oct 12 18:48:45 2018 +0100

    Remove facebook as a syndication target, update twitter profile image
This commit is contained in:
Jonny Barnes 2018-10-12 18:49:08 +01:00
parent fa78667749
commit 7c559860dc

View file

@ -19,21 +19,8 @@ return [
'user' => [ 'user' => [
'name' => 'jonnybarnes', 'name' => 'jonnybarnes',
'url' => 'https://twitter.com/jonnybarnes', 'url' => 'https://twitter.com/jonnybarnes',
'photo' => 'https://pbs.twimg.com/profile_images/1853565405/jmb-bw.jpg', 'photo' => 'https://pbs.twimg.com/profile_images/875422855932121089/W628ZI8w_400x400.jpg',
], ],
], ],
[
'uid' => 'https://facebook.com/jonnybarnes',
'name' => 'jonnybarnes on Facebook',
'service' => [
'name' => 'Facebook',
'url' => 'https://facebook.com',
'photo' => 'https://en.facebookbrand.com/wp-content/uploads/2016/05/FB-fLogo-Blue-broadcast-2.png',
],
'user' => [
'name' => 'jonnybarnes',
'url' => 'https://facebook.com/jonnybarnes',
],
]
] ]
]; ];