Be consistent with spaces
This commit is contained in:
parent
a55007edb1
commit
e273aee1c2
|
@ -4,26 +4,26 @@ meta:
|
||||||
description: 'Information about previous and upcoming talks that Oliver has presented at conferences and user groups'
|
description: 'Information about previous and upcoming talks that Oliver has presented at conferences and user groups'
|
||||||
use: [talks]
|
use: [talks]
|
||||||
talks:
|
talks:
|
||||||
- title: 'Drupal and the LDAP module'
|
- title: 'Drupal and the LDAP module'
|
||||||
description: A review and demonstration of some of the recent single sign-on work that I did using Drupal’s LDAP module.
|
description: A review and demonstration of some of the recent single sign-on work that I did using Drupal’s LDAP module.
|
||||||
events:
|
events:
|
||||||
- event: swdug
|
- event: swdug
|
||||||
date: 2013-07-10
|
date: 2013-07-10
|
||||||
|
|
||||||
- title: 'About the Drupal Association'
|
- title: 'About the Drupal Association'
|
||||||
description: An impromptu talk about what the Drupal Association is, and what work I’ve been doing since I joined the Association staff.
|
description: An impromptu talk about what the Drupal Association is, and what work I’ve been doing since I joined the Association staff.
|
||||||
events:
|
events:
|
||||||
- event: swdug
|
- event: swdug
|
||||||
date: 2014-08-19
|
date: 2014-08-19
|
||||||
|
|
||||||
- title: 'Automated testing and Test Driven Development in Drupal 8'
|
- title: 'Automated testing and Test Driven Development in Drupal 8'
|
||||||
description: A workshop that I gave about automated testing and test driven development in Drupal 8.
|
description: A workshop that I gave about automated testing and test driven development in Drupal 8.
|
||||||
type: Workshop
|
type: Workshop
|
||||||
events:
|
events:
|
||||||
- event: drupal_bristol
|
- event: drupal_bristol
|
||||||
date: 2018-06-27
|
date: 2018-06-27
|
||||||
- event: drupalcamp_london_20
|
- event: drupalcamp_london_20
|
||||||
date: 2020-03-13
|
date: 2020-03-13
|
||||||
---
|
---
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% set talks = page.talks|merge(data.talks) %}
|
{% set talks = page.talks|merge(data.talks) %}
|
||||||
|
|
Reference in a new issue