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
|
@ -21,7 +21,6 @@ events:
|
|||
-
|
||||
name: Drupal Somerset
|
||||
date: 2017-10-26
|
||||
sortable_date: 2017-10-26
|
||||
---
|
||||
|
||||
You’ve built your website, and now you just need to deploy it. There are various ways that this could be done - from (S)FTP, to SCP and rsync, to running commands like “git pull” and “composer install” directly on the server (not recommended).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue