Skip to content

Commit 9c755ee

Browse files
author
Grzegorz Kocjan
committed
Add YT linkg and some cleanup
1 parent 20d80a5 commit 9c755ee

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Diff for: content/spotkania/57.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ date: 2025-03-26
44
time: "18:00"
55
place: "**IndieBI**, Piotrkowska 157A, budynek Hi Piotrkowska"
66
meetup_link: "https://www.meetup.com/python-lodz/events/305850516/"
7-
live_stream: ""
7+
live_stream: "AlJUKpXTSAc"
88
sponsors: [indiebi, sunscrapers]
99
tags: ["Następne spotkanie!"]
1010
featured: true
1111

1212
talks:
13-
- speaker_id: "michal-mroz"
13+
- speaker_id: "michal-moroz"
1414
talk_title: |
1515
Czego o product developmencie uczy 5 lat
1616
rozwoju własnej aplikacji do journalingu
File renamed without changes.

Diff for: layouts/shortcodes/meetup-details.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<script src="{{ $youtubeLiteJS.RelPermalink }}" integrity="{{ $youtubeLiteJS.Data.Integrity }}"></script>
55

66
{{ if eq (len .Page.Params.talks) 2 }}
7-
{{- $hero := partial "infographic-image.html" . -}}
8-
<meta property="og:image" content=" {{ $hero }}">
9-
7+
{{- $info_graphic := partial "infographic-image.html" . -}}
8+
<meta name="image" property="og:image" content=" {{ $info_graphic }}">
109
{{ end }}
10+
1111
<h2 id="prelekcje">Informacje</h2>
1212
<div class="header border-b pb-2">
1313
<p class="text-gray-600"><strong>Data:</strong> {{ .Page.Params.date | time.Format ":date_full" }}</p>
@@ -16,6 +16,11 @@ <h2 id="prelekcje">Informacje</h2>
1616
<p class="text-gray-600"><strong>Zapisy:</strong> <a href="{{ .Page.Params.meetup_link }}" target="_blank" >Meetup.com</a></p>
1717
</div>
1818

19+
{{ if .Page.Params.live_stream }}
20+
<h2 id="prelekcje">Live Stream</h2>
21+
{{ printf "{{< youtubeLite id=\"%s\" label=\"%s\" >}}" .Page.Params.live_stream "Label" | markdownify }}
22+
{{ end }}
23+
1924
<h2 id="prelekcje">Prelekcje</h2>
2025
{{ range .Page.Params.talks }}
2126
<div class="talk border-b last:border-none pb-3">
@@ -54,11 +59,6 @@ <h2 id="{{ anchorize .talk_title }}" class="text-xl font-semibold text-gray-700
5459
{{ end }}
5560
</div>
5661
{{ end }}
57-
58-
{{ if .Page.Params.live_stream }}
59-
<h2 id="prelekcje">Live Stream</h2>
60-
{{ printf "{{< youtubeLite id=\"%s\" label=\"%s\" >}}" .Page.Params.live_stream "Label" | markdownify }}
61-
{{ end }}
6262

6363
{{ if .Page.Params.sponsors }}
6464
<h2 id="prelekcje">Sponsorzy</h2>

0 commit comments

Comments
 (0)