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
|
@ -30,7 +30,6 @@ events:
|
|||
date: 2017-03-04
|
||||
time: '12:05 - 12:50'
|
||||
location: London, UK
|
||||
sortable_date: 2017-03-04
|
||||
---
|
||||
|
||||
If you’ve moved a site from Drupal 6 to 7, the chances are that you’ve either used the upgrade path to update your old site in-place, or you built a new site from scratch and used the Migrate module from contrib to migrate your data from the old database.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue