Change website to url

This commit is contained in:
Oliver Davies 2018-06-20 23:56:56 +01:00
parent 4dbb58d03c
commit f12a5cce5f
2 changed files with 18 additions and 18 deletions

View file

@ -86,18 +86,18 @@ drupalorg:
url: https://www.drupal.org/user/381388 url: https://www.drupal.org/user/381388
url_new: https://www.drupal.org/u/opdavies url_new: https://www.drupal.org/u/opdavies
email: oliver+website@oliverdavies.uk email: oliver+url@oliverdavies.uk
events: events:
drupal-bristol: drupal-bristol:
name: Drupal Bristol name: Drupal Bristol
location: Bristol, UK location: Bristol, UK
website: https://www.drupalbristol.org.uk url: https://www.drupalbristol.org.uk
drupal-dev-days-2018: drupal-dev-days-2018:
name: Drupal Dev Days 2018 name: Drupal Dev Days 2018
location: Lisbon, Portugal location: Lisbon, Portugal
website: http://lisbon2018.drupaldays.org url: http://lisbon2018.drupaldays.org
drupal-somerset: drupal-somerset:
name: Drupal Somerset name: Drupal Somerset
@ -110,12 +110,12 @@ events:
drupalcamp-bristol-16: drupalcamp-bristol-16:
name: DrupalCamp Bristol 2016 name: DrupalCamp Bristol 2016
location: Bristol, UK location: Bristol, UK
website: https://2016.drupalcampbristol.org.uk url: https://2016.drupalcampbristol.org.uk
drupalcamp-dublin-17: drupalcamp-dublin-17:
name: DrupalCamp Dublin 2017 name: DrupalCamp Dublin 2017
location: Dublin, Ireland location: Dublin, Ireland
website: http://2017.drupal.ie url: http://2017.drupal.ie
drupalcamp-london-14: drupalcamp-london-14:
name: DrupalCamp London 2014 name: DrupalCamp London 2014
@ -132,47 +132,47 @@ events:
drupalcamp-london-17: drupalcamp-london-17:
name: DrupalCamp London 2017 name: DrupalCamp London 2017
location: London, UK location: London, UK
website: http://drupalcamp.london url: http://drupalcamp.london
drupalcamp-london-18: drupalcamp-london-18:
name: DrupalCamp London 2018 name: DrupalCamp London 2018
location: London, UK location: London, UK
website: http://drupalcamp.london url: http://drupalcamp.london
drupalcamp-north-15: drupalcamp-north-15:
name: DrupalCamp North 2015 name: DrupalCamp North 2015
location: Sunderland, UK location: Sunderland, UK
website: http://drupalcampnorth.org url: http://drupalcampnorth.org
nomad-php: nomad-php:
name: Nomad PHP name: Nomad PHP
location: Online location: Online
website: https://nomadphp.com url: https://nomadphp.com
nwdug: nwdug:
name: NWDUG name: NWDUG
location: Manchester, UK location: Manchester, UK
website: http://nwdrupal.org.uk url: http://nwdrupal.org.uk
phpnw17: phpnw17:
name: PHP North West 2017 name: PHP North West 2017
location: Manchester, UK location: Manchester, UK
website: http://conference.phpnw.org.uk/phpnw17 url: http://conference.phpnw.org.uk/phpnw17
phpsc16: phpsc16:
name: PHP South Coast 2016 name: PHP South Coast 2016
location: Portsmouth, UK location: Portsmouth, UK
website: http://2016.phpsouthcoast.co.uk url: http://2016.phpsouthcoast.co.uk
phpsw: phpsw:
name: PHPSW name: PHPSW
location: Bristol, UK location: Bristol, UK
website: https://phpsw.uk url: https://phpsw.uk
phpuk18: phpuk18:
name: PHP UK Conference 2018 name: PHP UK Conference 2018
location: London, UK location: London, UK
website: https://www.phpconference.co.uk url: https://www.phpconference.co.uk
swdug: swdug:
name: SWDUG name: SWDUG
@ -181,12 +181,12 @@ events:
umbristol: umbristol:
name: umBristol name: umBristol
location: Bristol, UK location: Bristol, UK
website: http://umbristol.co.uk url: http://umbristol.co.uk
unifieddiff: unifieddiff:
name: 'unified.diff' name: 'unified.diff'
location: Cardiff, UK location: Cardiff, UK
website: http://unifieddiff.co.uk url: http://unifieddiff.co.uk
favicon: favicon:
url: /build/images/me-phpnw.png url: /build/images/me-phpnw.png

View file

@ -54,8 +54,8 @@
{% endif %} {% endif %}
<td> <td>
{% if talk.event.website is not empty %} {% if talk.event.url is not empty %}
<a href="{{ talk.event.website }}" class="link"> <a href="{{ talk.event.url }}" class="link">
{{ talk.event.name }} {{ talk.event.name }}
</a> </a>
{% else %} {% else %}