fix(story): remove spurious end_date from Montalcino; guard start==end range
Montalcino demo story had end_date: 2025-09-06 matching its start date, causing a '06 – 06 Sep' range display. Removed from both the live page and the demo source. Template: added guard so end_date equal to the start date never renders as a range, even if it appears in frontmatter. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Vgmzx8VTTTmCskSpQtsLTr
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
---
|
||||
title: The Long Climb to Montalcino
|
||||
date: '2025-09-06 20:00'
|
||||
end_date: 2025-09-06
|
||||
location_name: Montalcino
|
||||
location_country: Italy
|
||||
lat: 43.058
|
||||
|
||||
Reference in New Issue
Block a user