Skip to content

Commit fac8db5

Browse files
committed
More
1 parent 650c91d commit fac8db5

23 files changed

+28
-52
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

_episodes/2024-01-19-emerging-from-a-year-long-apnoea.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

_includes/adi_detail.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
<div class="container">
44
<div class="row">
55
<div class="col-lg-12">
6-
<h2>{{ page.title }}</h2>
7-
{% if page.update_post and page.update_url %}
8-
<h4>Update: <a href="{{ page.update_url}}">{{ page.update_post }}</a></h4>
9-
{% endif %}
6+
<h1>ADI {{ page.number }}: {{ page.guest }} - {{ page.title }}</h2>
7+
<div class="aspect-ratio aspect-ratio--16x9 mt4">
8+
<iframe src="https://www.youtube.com/embed/{{ page.youtube }}" class="aspect-ratio--object" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
9+
</div>
1010
<div class="post">{{ content }}</div>
1111
</div>
12+
<div class="tags">{{ page.tags }}</div>
13+
</div>
1214
</div>
1315
</div>
1416
</div>

0 commit comments

Comments
 (0)