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
|
@ -9,19 +9,22 @@ video:
|
|||
type: youtube
|
||||
id: oO0-E_FBS-U
|
||||
events:
|
||||
- name: NWDUG
|
||||
location: Manchester, UK
|
||||
url: https://www.meetup.com/nwdrupal/events/272098270
|
||||
date: 2020-08-11
|
||||
-
|
||||
name: PHP North West
|
||||
url: https://www.phpnw.org.uk
|
||||
date: 2021-02-02
|
||||
online: true
|
||||
- name: PHP South West
|
||||
-
|
||||
name: PHP South West
|
||||
location: Bristol, UK
|
||||
url: https://www.meetup.com/php-sw/events/272787346
|
||||
date: 2020-09-09
|
||||
online: true
|
||||
- name: PHP North West
|
||||
url: https://www.phpnw.org.uk
|
||||
date: 2021-02-02
|
||||
-
|
||||
name: NWDUG
|
||||
location: Manchester, UK
|
||||
url: https://www.meetup.com/nwdrupal/events/272098270
|
||||
date: 2020-08-11
|
||||
online: true
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue