Skip to content

Commit 12fda28

Browse files
committed
Render slides and video
1 parent a0fc082 commit 12fda28

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

_layouts/meetup.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,20 @@ <h3 id="{{ talk.title | slugify }}">
5151

5252
<p>{{ talk.description }}<p>
5353

54-
<div class="keep-aspect-ratio">
55-
5654
{% if talk.recording %}
55+
<div class="keep-aspect-ratio">
5756
<iframe src="{{ talk.recording }}" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
5857
</iframe>
58+
</div>
5959
{% endif %}
6060

6161
{% if talk.slides %}
62+
<div class="keep-aspect-ratio">
6263
<iframe src="{{ talk.slides }}" frameborder="0" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true">
6364
</iframe>
65+
</div>
6466
{% endif %}
6567

66-
</div>
6768
</div>
6869
{% endfor %}
6970
</section>

_meetups/2025-04-24-qubika.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ talks:
1111

1212
- title: "Modularizando con Packwerk"
1313
recording: https://www.youtube.com/embed/TAMMnmuXhE8?si=K3DCP06kgvKdFvvP
14+
slides: https://speakerdeck.com/player/a1133e9c92904a87be2236642dc33505
1415
speakers:
1516
- diego_algorta
1617
---

0 commit comments

Comments
 (0)