From 62706f279770ad0573e6c4f65cad3df5774b6b06 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 18 Mar 2017 23:06:03 +0000 Subject: [PATCH] Use a list --- app/config/sculpin_site.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index f621ed94..8d88a3c5 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -73,10 +73,10 @@ linkedin: url: http://uk.linkedin.com/in/opdavies meetups: - drupalbristol: { name: Drupal Bristol, logo: drupal-bristol.jpeg, url: http://www.drupalbristol.org.uk } - drupalcampbristol: { name: DrupalCamp Bristol, logo: drupalcamp-bristol.png, url: http://www.drupalcampbristol.co.uk } - phpsw: { name: PHPSW, logo: phpsw.jpeg, url: http://phpsw.uk } - swdug: { name: SWDUG, logo: swdug.png, url: http://swdug.org.uk } + - { name: Drupal Bristol, logo: drupal-bristol.jpeg, url: http://www.drupalbristol.org.uk } + - { name: DrupalCamp Bristol, logo: drupalcamp-bristol.png, url: http://www.drupalcampbristol.co.uk } + - { name: PHPSW, logo: phpsw.jpeg, url: http://phpsw.uk } + - { name: SWDUG, logo: swdug.png, url: http://swdug.org.uk } packagist: name: opdavies