From 7c559860dc4cd0fbaaad81c435f2f072b73e43b8 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 12 Oct 2018 18:49:08 +0100 Subject: [PATCH] Squashed commit of the following: commit c0f71111d6a73da0a4ffd123b03dcade03b6742d Author: Jonny Barnes Date: Fri Oct 12 18:48:45 2018 +0100 Remove facebook as a syndication target, update twitter profile image --- config/syndication.php | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/config/syndication.php b/config/syndication.php index 18f3d755..5d3b2389 100644 --- a/config/syndication.php +++ b/config/syndication.php @@ -19,21 +19,8 @@ return [ 'user' => [ 'name' => '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', - ], - ] ] ];