Use new lite-youtube embed for YT videos
This commit is contained in:
parent
d59a03906a
commit
42f359cf12
|
@ -2,7 +2,7 @@
|
|||
permalink: "/{{ year }}/{{ month }}/{{ day }}/2015-in-many-words"
|
||||
title: 2015 in many words and some photos
|
||||
published_date: "2015-12-31 20:50:00 +0100"
|
||||
layout: post.liquid
|
||||
layout: post-yt.liquid
|
||||
data:
|
||||
route: blog
|
||||
---
|
||||
|
@ -64,7 +64,11 @@ After finishing up the Summer semester, I left for Norway in August.
|
|||
|
||||
I came back for a weekend to run otsconf. It was a success, but see for yourself:
|
||||
|
||||
<iframe width="900" height="506" src="https://www.youtube.com/embed/3Uktz9J0uPs" frameborder="0" allowfullscreen></iframe>
|
||||
<lite-youtube videoid="3Uktz9J0uPs" playlabel="Play: Mood Film OpenTechSchool Conference 2015">
|
||||
<a href="https://youtube.com/watch?v=3Uktz9J0uPs" class="lty-playbtn" title="Play Video">
|
||||
<span class="lyt-visually-hidden">Play Video: Mood Film OpenTechSchool Conference 2015</span>
|
||||
</a>
|
||||
</lite-youtube>
|
||||
|
||||
Back in Norway I had the absolute best time.
|
||||
For example hiking up a hill, sitting on the Kjeragbolten thousand meter over the Fjord.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
permalink: "/{{ year }}/{{ month }}/{{ day }}/your-personal-glean-data-pipeline"
|
||||
title: "This Week in Glean: Your personal Glean data pipeline"
|
||||
published_date: "2022-02-25 15:00:00 +0100"
|
||||
layout: post.liquid
|
||||
layout: post-yt.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
|
@ -39,8 +39,11 @@ You can watch the lightning talk here:
|
|||
|
||||
<br>
|
||||
|
||||
<iframe width="800" height="450" src="https://www.youtube.com/embed/V5FgVbxm-cc" title="YouTube video player" frameborder="0" allow="picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
<lite-youtube videoid="V5FgVbxm-cc" playlabel="Play: Your personal Glean data pipeline">
|
||||
<a href="https://youtube.com/watch?v=V5FgVbxm-cc" class="lty-playbtn" title="Play Video">
|
||||
<span class="lyt-visually-hidden">Play Video: Your personal Glean data pipeline</span>
|
||||
</a>
|
||||
</lite-youtube>
|
||||
|
||||
Instead of creating some slides for the talk I created an interactive report.
|
||||
The full report [can be read online][report].
|
||||
|
|
Loading…
Reference in a new issue