fix(story): restore datetime type, use date-only format; strip times from demo stories
Reverts text→datetime change. Uses format:'Y-m-d' (date-only) so the datepicker omits the time component. Strips HH:MM from all Italy demo story dates for consistency with the new date-only format. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Vgmzx8VTTTmCskSpQtsLTr
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: The Val d'Orcia at Dawn
|
||||
date: '2025-09-05 10:00'
|
||||
date: '2025-09-05'
|
||||
location_name: Val d'Orcia
|
||||
location_country: Italy
|
||||
lat: 43.078
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: The Long Climb to Montalcino
|
||||
date: '2025-09-06 20:00'
|
||||
date: '2025-09-06'
|
||||
location_name: Montalcino
|
||||
location_country: Italy
|
||||
lat: 43.058
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: One Evening in Siena
|
||||
date: '2025-09-05 22:00'
|
||||
date: '2025-09-05'
|
||||
location_name: Siena
|
||||
location_country: Italy
|
||||
lat: 43.318
|
||||
|
||||
Reference in New Issue
Block a user