_includes/video.html in alembic-jekyll-theme-2.3.1 vs _includes/video.html in alembic-jekyll-theme-3.0.0
- old
+ new
@@ -1,3 +1,3 @@
<div class="video">
- <iframe src="https://www.youtube.com/embed/{{ include.id }}" frameborder="0" allowfullscreen></iframe>
+ <iframe src="https://www.youtube.com/embed/{{ include.id }}" frameborder="0" allowfullscreen title="{{ include.title | default: "Video" }}"></iframe>
</div>