diff --git a/docs/_posts/2017-01-23-layout-header-video.md b/docs/_posts/2017-01-23-layout-header-video.md index 0befc08d9f9f..f1aab7490ca8 100644 --- a/docs/_posts/2017-01-23-layout-header-video.md +++ b/docs/_posts/2017-01-23-layout-header-video.md @@ -23,20 +23,20 @@ This post should display a **header with a responsive video**, if the theme supp ### YouTube -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: +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: ```liquid -{% raw %}{% include video id="XsxDH4HcOWA" provider="youtube" %}{% endraw %} +{% raw %}{% include video id="-PVofD2A9t8" provider="youtube" %}{% endraw %} ``` -{% include video id="XsxDH4HcOWA" provider="youtube" %} +{% include video id="-PVofD2A9t8" provider="youtube" %} To embed it as a video header you'd use the following YAML Front Matter ```yaml header: video: - id: XsxDH4HcOWA + id: -PVofD2A9t8 provider: youtube ``` diff --git a/test/_posts/2017-01-23-layout-header-video.md b/test/_posts/2017-01-23-layout-header-video.md index 0befc08d9f9f..f1aab7490ca8 100644 --- a/test/_posts/2017-01-23-layout-header-video.md +++ b/test/_posts/2017-01-23-layout-header-video.md @@ -23,20 +23,20 @@ This post should display a **header with a responsive video**, if the theme supp ### YouTube -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: +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: ```liquid -{% raw %}{% include video id="XsxDH4HcOWA" provider="youtube" %}{% endraw %} +{% raw %}{% include video id="-PVofD2A9t8" provider="youtube" %}{% endraw %} ``` -{% include video id="XsxDH4HcOWA" provider="youtube" %} +{% include video id="-PVofD2A9t8" provider="youtube" %} To embed it as a video header you'd use the following YAML Front Matter ```yaml header: video: - id: XsxDH4HcOWA + id: -PVofD2A9t8 provider: youtube ```