Skip to content

Commit

Permalink
[paris] add additional note to Paris Oct 2024 event
Browse files Browse the repository at this point in the history
  • Loading branch information
pducolin committed Aug 29, 2024
1 parent e6c35a1 commit 965d17a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/paris-2024-october.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ site:
location: Datadog
googleMapsLink: https://maps.app.goo.gl/4soe5HrrWAA6fdEv7
calendarLink: https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=NDBrMnYyc2NrbHVmdXIyMTBrcjllaXV2cm4gcGFvbGEuZHVjb2xpbkBkYXRhZG9naHEuY29t&tmsrc=paola.ducolin%40datadoghq.com
additionalNote: Please note that an ID card is required to enter the building
mainOrganizer:
- name: Paola Ducolin
main: true
Expand Down
7 changes: 7 additions & 0 deletions src/pages/_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ const Main = ({ city, attendees }) => {
<Attendees attendees={attendees} />
</Panel>
) : null}
{site.additionalNote?.length ? (
<Panel heading="Notes">
<p>
{site.additionalNote}
</p>
</Panel>
) : null}
{sponsors && (
<Panel heading="Sponsors">
<Sponsors sponsors={sponsors} />
Expand Down
1 change: 1 addition & 0 deletions src/templates/city.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const query = graphql`
cfp
customDescription
fullDescription
additionalNote
}
announcement {
heading
Expand Down

0 comments on commit 965d17a

Please sign in to comment.