Skip to content

Commit 92e626c

Browse files
mmistakessehyeon1104
authored andcommittedJan 9, 2023
Replace with public YouTube video embeds
1 parent a6f3e8e commit 92e626c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎docs/_posts/2017-01-23-layout-header-video.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ This post should display a **header with a responsive video**, if the theme supp
2323

2424
### YouTube
2525

26-
To embed the following YouTube video at url `https://www.youtube.com/watch?v=XsxDH4HcOWA` (long version) or `https://youtu.be/XsxDH4HcOWA` (short version) into a post or page's main content you'd use:
26+
To embed the following YouTube video at url `https://www.youtube.com/watch?v=-PVofD2A9t8` (long version) or `https://youtu.be/-PVofD2A9t8` (short version) into a post or page's main content you'd use:
2727

2828
```liquid
29-
{% raw %}{% include video id="XsxDH4HcOWA" provider="youtube" %}{% endraw %}
29+
{% raw %}{% include video id="-PVofD2A9t8" provider="youtube" %}{% endraw %}
3030
```
3131

32-
{% include video id="XsxDH4HcOWA" provider="youtube" %}
32+
{% include video id="-PVofD2A9t8" provider="youtube" %}
3333

3434
To embed it as a video header you'd use the following YAML Front Matter
3535

3636
```yaml
3737
header:
3838
video:
39-
id: XsxDH4HcOWA
39+
id: -PVofD2A9t8
4040
provider: youtube
4141
```
4242

‎test/_posts/2017-01-23-layout-header-video.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ This post should display a **header with a responsive video**, if the theme supp
2323

2424
### YouTube
2525

26-
To embed the following YouTube video at url `https://www.youtube.com/watch?v=XsxDH4HcOWA` (long version) or `https://youtu.be/XsxDH4HcOWA` (short version) into a post or page's main content you'd use:
26+
To embed the following YouTube video at url `https://www.youtube.com/watch?v=-PVofD2A9t8` (long version) or `https://youtu.be/-PVofD2A9t8` (short version) into a post or page's main content you'd use:
2727

2828
```liquid
29-
{% raw %}{% include video id="XsxDH4HcOWA" provider="youtube" %}{% endraw %}
29+
{% raw %}{% include video id="-PVofD2A9t8" provider="youtube" %}{% endraw %}
3030
```
3131

32-
{% include video id="XsxDH4HcOWA" provider="youtube" %}
32+
{% include video id="-PVofD2A9t8" provider="youtube" %}
3333

3434
To embed it as a video header you'd use the following YAML Front Matter
3535

3636
```yaml
3737
header:
3838
video:
39-
id: XsxDH4HcOWA
39+
id: -PVofD2A9t8
4040
provider: youtube
4141
```
4242

0 commit comments

Comments
 (0)
Please sign in to comment.