Bug fix: Wrong dates shown in the "News" due to wrong date format in hugo.yaml - Fixed by setting back the date format back to default, 02.01.2006 that is.
This commit is contained in:
parent
8c4df1f13a
commit
07a581d1a4
5 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: 'EH22: Alternative Hafenrundfahrt an Tag 2, 14:45'
|
||||
date: 2025-04-10T10:00:00+01:00
|
||||
date: 2025-04-12T10:00:00+01:00
|
||||
tags:
|
||||
- current-event
|
||||
- eh22
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: 'EH22: Alternative Hafenrundfahrt an Tag 3, 14:45'
|
||||
date: 2025-04-10T10:00:00+01:00
|
||||
date: 2025-04-12T10:00:00+01:00
|
||||
tags:
|
||||
- current-event
|
||||
- eh22
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: 'EH22: Alternative Harbor Cruise on Day 2, 14:45'
|
||||
date: 2025-04-10T10:00:00+01:00
|
||||
date: 2025-04-12T10:00:00+01:00
|
||||
tags:
|
||||
- current-event
|
||||
- eh22
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: 'EH22: Alternative Harbor Cruise on Day 3, 14:45'
|
||||
date: 2025-04-10T10:00:00+01:00
|
||||
date: 2025-04-12T10:00:00+01:00
|
||||
tags:
|
||||
- current-event
|
||||
- eh22
|
|
@ -11,7 +11,7 @@ ignoreLogs:
|
|||
params:
|
||||
contact: "ticket@hackertours.hamburg.ccc.de"
|
||||
copyright: "[CCC Hansestadt Hamburg e.V.](https://hamburg.ccc.de) ist nur der Vermittler der Touren. Für das Angebot und die Durchführung der Touren sind die jeweiligen Veranstalter verantwortlich."
|
||||
dateFormat: "02.03.2006 15:04"
|
||||
dateFormat: "02.01.2006 15:04"
|
||||
description: "Hamburg Hackertours"
|
||||
footer: "[Impressum & Datenschutz](https://hamburg.ccc.de/imprint/) – [Ticket Shop](https://tickets.hamburg.ccc.de/hackertours/eh22ht/)"
|
||||
showPostDate: true
|
||||
|
|
Loading…
Add table
Reference in a new issue