diff --git a/content/calendar/one-off/2024-08/the-parsons-pirates.md b/content/calendar/one-off/2024-08/the-parsons-pirates.md new file mode 100644 index 00000000..a985878a --- /dev/null +++ b/content/calendar/one-off/2024-08/the-parsons-pirates.md @@ -0,0 +1,20 @@ +--- +title: "The Parson's Pirates" +emoji: 🎭 +date: 2024-08-27T16:24:30.594Z +timings: + - starts: 2024-08-28T19:30:00.000+01:00 + duration: PT2H15M + attending: [jp, yvette] +link: https://wiltons.org.uk/whatson/884-the-parson-s-pirates +location: + name: Wilton's Music Hall + latitude: 51.510650919571034 + longitude: -0.06689934472067634 +summary: The funniest production of Gilbert & Sullivan’s The Pirates of Penzance you’ll ever see. +--- +I'm taking Yvette to see some Gilbert & Sullivan! I've always enjoyed going to Wilton's (and, as a swing dancer I've been lucky enough to go many times), though I've not been for a musical yet, I'm looking forward to it! + +> The funniest production of Gilbert & Sullivan’s The Pirates of Penzance you’ll ever see. +> +> Opera della Luna return to Wilton’s to celebrate the company’s 30th Anniversary by re-staging its first big success. This hilarious and ingenious production of Pirates gained the company national recognition and over the years has played in over 200 venues in all parts of the UK and Ireland, but this is its first production in London. diff --git a/content/calendar/swing-dancing/festivals/hep-to-the-hive.md b/content/calendar/swing-dancing/festivals/hep-to-the-hive.md index 1db0fc3f..5446b676 100644 --- a/content/calendar/swing-dancing/festivals/hep-to-the-hive.md +++ b/content/calendar/swing-dancing/festivals/hep-to-the-hive.md @@ -3,7 +3,7 @@ title: "Hep to the Hive 2024" emoji: 🕺 date: 2024-08-27T15:20:15.522Z timings: - - starts: 2024-08-30T19:30:00Z + - starts: 2024-08-30T20:30:00+01:00 duration: P2DT30M attending: true link: https://swingnorth.org.uk/event/hep-to-the-hive-manchester-swing-dance-weekend/ diff --git a/layouts/partials/event.obj b/layouts/partials/event.obj index 1923f7d6..6e550351 100644 --- a/layouts/partials/event.obj +++ b/layouts/partials/event.obj @@ -1,6 +1,6 @@ {{- $timings := slice -}} {{- range . -}} - {{- if (time.AsTime .starts).After time.Now -}} + {{- if and ((time.AsTime .starts).After time.Now) (not (eq .attending false)) -}} {{- $timings = $timings | append . -}} {{- end -}} {{- end -}}