Consistent ordering and formatting for talk events
Use a consistent format for talk events, with the most recent talk at the top of the list with the rest in a descending order. This removes the need to use a `reverse` filter in the events partial.
This commit is contained in:
parent
a8cf50cdc4
commit
f33e9beaa4
39 changed files with 371 additions and 345 deletions
|
@ -2,18 +2,19 @@
|
|||
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.
|
||||
events:
|
||||
- name: Drupal Bristol
|
||||
location: Bristol, UK
|
||||
date: 2018-06-27
|
||||
|
||||
- name: DrupalCamp London 2020
|
||||
location: London, UK
|
||||
url: https://drupalcamp.london/training/Automated-Testing-and-Test-Driven-Development-in-Drupal-8
|
||||
date: 2020-03-13
|
||||
|
||||
- name: DrupalCamp NYC
|
||||
-
|
||||
name: DrupalCamp NYC
|
||||
location: New York, USA
|
||||
url: https://2020.drupalcamp.nyc/training/automated-testing-and-test-driven-development-drupal-8
|
||||
date: 2020-11-14
|
||||
online: true
|
||||
-
|
||||
name: DrupalCamp London 2020
|
||||
location: London, UK
|
||||
url: https://drupalcamp.london/training/Automated-Testing-and-Test-Driven-Development-in-Drupal-8
|
||||
date: 2020-03-13
|
||||
-
|
||||
name: Drupal Bristol
|
||||
location: Bristol, UK
|
||||
date: 2018-06-27
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue