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
|
||||
|
||||
Reference in New Issue
Block a user