diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index bef40e34f..d6d28b5a0 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -151,11 +151,11 @@ talks_events: drupalcamp-london-2014: { title: DrupalCamp London 2014, website: https://drupalcamp.london } drupalcamp-london-2015: { title: DrupalCamp London 2015, website: https://drupalcamp.london } drupalcamp-london-2016: { title: DrupalCamp London 2016, website: https://drupalcamp.london } - drupalcamp-london-2017: { title: DrupalCamp London 2017 } - drupalcamp-north-2015: { title: DrupalCamp North 2015 } - nwdug: { title: NWDUG } + drupalcamp-london-2017: { title: DrupalCamp London 2017, website: https://drupalcamp.london } + drupalcamp-north-2015: { title: DrupalCamp North 2015, website: http://drupalcampnorth.org } + nwdug: { title: NWDUG, website: http://nwdrupal.org.uk } phpsc-16: { title: PHP South Coast 2016, website: http://2016.phpsouthcoast.co.uk } phpsw: { title: PHPSW, website: https://phpsw.uk } swdug: { title: 'SWDUG (South Wales Drupal user group)' } - umbristol: { title: 'umBristol (Bristol Umbraco user group)' } - udiff: { title: Unified Diff } + umbristol: { title: 'umBristol (Bristol Umbraco user group)', website: http://umbristol.co.uk } + udiff: { title: Unified Diff, website: http://unifieddiff.co.uk } diff --git a/source/_partials/talks-table.twig b/source/_partials/talks-table.twig index 4297a4779..0a649a355 100644 --- a/source/_partials/talks-table.twig +++ b/source/_partials/talks-table.twig @@ -22,7 +22,9 @@ {% endif %} + {% if event.website %}{% endif %} {{ event.title }} + {% if event.website %}{% endif %} {% endfor %}