From 2c29b561b2f0e6788570c59a8dfce24d49f7a2e9 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 14 Aug 2022 09:05:23 +0100 Subject: [PATCH] Added re:Invent Signed-off-by: Marcus Noble --- data.yaml | 6 ++++++ src/README.md | 2 +- src/index.html | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/data.yaml b/data.yaml index 50e2e89..5ef4537 100644 --- a/data.yaml +++ b/data.yaml @@ -136,3 +136,9 @@ events: type: Presentation - name: What DragonBall can teach us about being engineers type: Lightning Talk + - date: "2022-11-28" + humanDate: "November 28 - December 2, 2022" + url: https://reinvent.awsevents.com/ + eventName: AWS re:Invent 2022 + details: + - name: Attendee and representing Giant Swarm as a sponsor diff --git a/src/README.md b/src/README.md index 4009c82..87e6f0f 100644 --- a/src/README.md +++ b/src/README.md @@ -25,7 +25,7 @@ Below are a selection of highlights. {{ range .events }} {{ .humanDate }} - [**{{.eventName}}**]({{ .url }}) {{ range .details }} -`{{ .name }} - {{ .type }}` +`{{ .name | html }}{{ if .type }} - {{ .type }}{{/end}}` {{ end }} {{- end }} diff --git a/src/index.html b/src/index.html index db133ef..5fc85ff 100644 --- a/src/index.html +++ b/src/index.html @@ -313,8 +313,8 @@ {{ .eventName }} {{ range .details }}
- {{ .name }} - {{ .type }} + {{ .name | html }} + {{ if .type }}{{ .type }}{{ end }}
{{ end }}