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:
parent
42e0ae1297
commit
efbd099515
36 changed files with 30 additions and 34 deletions
|
@ -26,7 +26,6 @@ events:
|
|||
url: https://midwestphp.org/talks/7C0m4I87vq72cDoXvsHFRp/Upgrading_your_site_to_Drupal_9
|
||||
date: 2021-04-22
|
||||
online: true
|
||||
sortable_date: 2021-04-22
|
||||
---
|
||||
|
||||
For most Drupal Developers and users, the idea of moving a project from one major version of Drupal to another can be daunting, with modules and themes having to being changed significantly or rebuilt completely, and data being migrated from the old site to the new one.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue