You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/_posts/2017-01-23-layout-header-video.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -23,20 +23,20 @@ This post should display a **header with a responsive video**, if the theme supp
23
23
24
24
### YouTube
25
25
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:
27
27
28
28
```liquid
29
-
{% raw %}{% include video id="XsxDH4HcOWA" provider="youtube" %}{% endraw %}
29
+
{% raw %}{% include video id="-PVofD2A9t8" provider="youtube" %}{% endraw %}
30
30
```
31
31
32
-
{% include video id="XsxDH4HcOWA" provider="youtube" %}
32
+
{% include video id="-PVofD2A9t8" provider="youtube" %}
33
33
34
34
To embed it as a video header you'd use the following YAML Front Matter
Copy file name to clipboardexpand all lines: test/_posts/2017-01-23-layout-header-video.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -23,20 +23,20 @@ This post should display a **header with a responsive video**, if the theme supp
23
23
24
24
### YouTube
25
25
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:
27
27
28
28
```liquid
29
-
{% raw %}{% include video id="XsxDH4HcOWA" provider="youtube" %}{% endraw %}
29
+
{% raw %}{% include video id="-PVofD2A9t8" provider="youtube" %}{% endraw %}
30
30
```
31
31
32
-
{% include video id="XsxDH4HcOWA" provider="youtube" %}
32
+
{% include video id="-PVofD2A9t8" provider="youtube" %}
33
33
34
34
To embed it as a video header you'd use the following YAML Front Matter
0 commit comments