Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing event dates #12661

Merged
merged 3 commits into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Name of the event, <= 60 characters
title: Seattle PulumiUP Happy Hour
meta_desc: Join us for a post-PulumiUP Happy Hour to continue the conversation, meet local Pulumi users, mingle with Pulumi’s founders, and make connections
title: London Pints with Pulumi Happy Hour
meta_desc: Calling all London Pulumi users! Join us for a happy hour to meet, mingle, and make connections.
meta_image:

# A featured webinar will display first in the list.
Expand All @@ -26,26 +26,26 @@ block_external_search_index: true

# The url slug for the webinar landing page. If this is an external
# webinar, use the external URL as the value here.
url_slug: https://info.pulumi.com/pulumiup-happy-hour/seattle
url_slug: https://info.pulumi.com/pug-meetup/london

# Content for the left hand side section of the page.
main:
# Webinar title.
title: London PUG Happy Hour
title: London Pints with Pulumi Happy Hour

event_type: event # workshop | event

# URL for embedding a URL for ungated webinars.
youtube_url:

# Sortable date. The datetime Hugo will use to sort the webinars in date order.
sortable_date: 2024-09-04T18:30:00+01:00
sortable_date: 2024-09-04T18:00:00-07:00

# Duration of the webinar.
duration: 2 hours

# "virtual" will be shown under "show virtual events only", otherwise shown as City, State (seattle, wa)
location: Seattle, WA
location: London

# Description of the webinar.
description:
Expand Down
12 changes: 6 additions & 6 deletions content/resources/pulumi-up-happy-hour/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Name of the event, <= 60 characters
title: London Pints with Pulumi Happy Hour
meta_desc: Calling all London Pulumi users! Join us for a happy hour to meet, mingle, and make connections.
title: Seattle PulumiUP Happy Hour
meta_desc: Join us for a post-PulumiUP Happy Hour to continue the conversation, meet local Pulumi users, mingle with Pulumi’s founders, and make connections
meta_image:

# A featured webinar will display first in the list.
Expand All @@ -26,26 +26,26 @@ block_external_search_index: true

# The url slug for the webinar landing page. If this is an external
# webinar, use the external URL as the value here.
url_slug: https://info.pulumi.com/pug-meetup/london
url_slug: https://info.pulumi.com/pulumiup-happy-hour/seattle

# Content for the left hand side section of the page.
main:
# Webinar title.
title: London Pints with Pulumi Happy Hour
title: London PUG Happy Hour

event_type: event # workshop | event

# URL for embedding a URL for ungated webinars.
youtube_url:

# Sortable date. The datetime Hugo will use to sort the webinars in date order.
sortable_date: 2024-09-18T18:30:00-07:00
sortable_date: 2024-09-18T18:00:00-07:00

# Duration of the webinar.
duration: 2 hours

# "virtual" will be shown under "show virtual events only", otherwise shown as City, State (seattle, wa)
location: London
location: Seattle, WA

# Description of the webinar.
description:
Expand Down
Loading