Skip to content

Commit e2860f1

Browse files
author
Grzegorz Kocjan
committed
Dynamic meetup link, add feedback link also
1 parent 5a3bd85 commit e2860f1

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

Diff for: content/spotkania/_content.gotmpl

+10-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,18 @@
77

88
**📅 data:** %s</br>
99
**🕕 godzina:** %s</br>
10-
**📍 miejsce:** %s</br>
11-
➡️ [**LINK DO ZAPISÓW**](%s) ⬅️`
12-
$meetup.date $meetup.time $meetup.place $meetup.meetup_link
10+
**📍 miejsce:** %s</br>`
11+
$meetup.date $meetup.time $meetup.place
1312
}}
1413

14+
{{ if $meetup.meetup_link }}
15+
{{ $contentValue = printf "%s \n ➡️ [**LINK DO ZAPISÓW**](%s) ⬅️" $contentValue $meetup.meetup_link }}
16+
{{ end }}
17+
18+
{{ if $meetup.feedback_link }}
19+
{{ $contentValue = printf "%s </br></br> 📝 [**ANKIETA** - oceń spotkanie oraz prezentacje](%s)" $contentValue $meetup.feedback_link }}
20+
{{ end }}
21+
1522
{{ if $meetup.live_stream }}
1623
{{ $liveLink := printf "{{< youtubeLite id=\"%s\" label=\"%s\" >}}" $meetup.live_stream "Label" }}
1724
{{ $contentValue = printf "%s \n ## Live Stream \n %s" $contentValue $liveLink }}

Diff for: data/meetups/55.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ title: "Meetup #55"
22
date: 2024-11-27
33
time: "18:00"
44
place: "**IndieBI**, Piotrkowska 157A, budynek Hi Piotrkowska"
5-
meetup_link: "https://www.meetup.com/python-lodz/events/303808956/"
65
sponsors: [indiebi, sunscrapers]
76

87
talks:

Diff for: data/meetups/56.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ title: "Meetup #56"
22
date: 2025-01-29
33
time: "18:00"
44
place: "**IndieBI**, Piotrkowska 157A, budynek Hi Piotrkowska"
5-
meetup_link: "https://www.meetup.com/python-lodz/events/305328267/"
65
sponsors: [indiebi, sunscrapers]
76

87
talks:

Diff for: data/meetups/57.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ date: 2025-03-26
33
time: "18:00"
44
place: "**IndieBI**, Piotrkowska 157A, budynek Hi Piotrkowska"
55
meetup_link: "https://www.meetup.com/python-lodz/events/305850516/"
6+
feedback_link: "https://forms.gle/uckRpVgg3b4fScFDA"
67
live_stream: "AlJUKpXTSAc"
78
sponsors: [indiebi, sunscrapers]
89
tags: ["Następne spotkanie!"]

0 commit comments

Comments
 (0)