refactor: Remove the sortable_date for talks

Automatically calculate the sortable date for a talk using the event
dates. This means that the `sortable_date` in the YAML front matter can
be removed.

Fixes #4
This commit is contained in:
Oliver Davies 2021-09-08 23:47:14 +01:00
parent 42e0ae1297
commit efbd099515
36 changed files with 30 additions and 34 deletions

View file

@ -25,7 +25,6 @@ events:
url: http://drupalcamp.london
date: 2019-03-03
time: '12:05 - 12:50'
sortable_date: 2019-03-03
---
A overview and demo of some of the open source projects that Ive been working on lately that are based on information from the Drupal.org API, including a PHP library for the API itself as well as some Drupal 8 modules that use it.