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