Change online to remote

This commit is contained in:
Oliver Davies 2020-03-14 21:09:54 +00:00
parent 51595b6c6d
commit a8805d8a38
2 changed files with 2 additions and 2 deletions

View file

@ -8,5 +8,5 @@
{% macro talkEventLocation(event) %}
{{ event.location ? 'in ' ~ event.location }}
{{ event.online ? ' (online)' }}
{{ event.remote ? ' (Remote)' }}
{% endmacro %}

View file

@ -23,7 +23,7 @@ events:
url: https://www.meetup.com/Bristol-Cloud-Native-DevOps/events/266609627
- event: drupal_edinburgh
date: 2020-03-12
online: true
remote: true
url: https://www.meetup.com/Drupal-Edinburgh/events/267905594
---