4
4
< script src ="{{ $youtubeLiteJS.RelPermalink }} " integrity ="{{ $youtubeLiteJS.Data.Integrity }} "> </ script >
5
5
6
6
{{ 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 }} ">
10
9
{{ end }}
10
+
11
11
< h2 id ="prelekcje "> Informacje</ h2 >
12
12
< div class ="header border-b pb-2 ">
13
13
< 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>
16
16
< p class ="text-gray-600 "> < strong > Zapisy:</ strong > < a href ="{{ .Page.Params.meetup_link }} " target ="_blank " > Meetup.com</ a > </ p >
17
17
</ div >
18
18
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
+
19
24
< h2 id ="prelekcje "> Prelekcje</ h2 >
20
25
{{ range .Page.Params.talks }}
21
26
< 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
54
59
{{ end }}
55
60
</ div >
56
61
{{ 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 }}
62
62
63
63
{{ if .Page.Params.sponsors }}
64
64
< h2 id ="prelekcje "> Sponsorzy</ h2 >
0 commit comments