From e305cc79f101479063e6dc251fb3d5d6d5b1bcad Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 9 Jan 2018 14:28:43 -0500 Subject: [PATCH] Replace Vimeo video with working one --- docs/_posts/2017-01-23-layout-header-video.md | 8 ++++---- test/_posts/2017-01-23-layout-header-video.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/_posts/2017-01-23-layout-header-video.md b/docs/_posts/2017-01-23-layout-header-video.md index 9054e157..5b45e6c3 100644 --- a/docs/_posts/2017-01-23-layout-header-video.md +++ b/docs/_posts/2017-01-23-layout-header-video.md @@ -42,19 +42,19 @@ header: ### Vimeo -To embed the following Vimeo video at url `https://vimeo.com/97649261` into a post or page's main content you'd use: +To embed the following Vimeo video at url `https://vimeo.com/212731897` into a post or page's main content you'd use: ```liquid -{% raw %}{% include video id="97649261" provider="vimeo" %}{% endraw %} +{% raw %}{% include video id="212731897" provider="vimeo" %}{% endraw %} ``` -{% include video id="97649261" provider="vimeo" %} +{% include video id="212731897" provider="vimeo" %} To embed it as a video header you'd use the following YAML Front Matter ```yaml header: video: - id: 97649261 + id: 212731897 provider: vimeo ``` \ No newline at end of file diff --git a/test/_posts/2017-01-23-layout-header-video.md b/test/_posts/2017-01-23-layout-header-video.md index 9054e157..5b45e6c3 100644 --- a/test/_posts/2017-01-23-layout-header-video.md +++ b/test/_posts/2017-01-23-layout-header-video.md @@ -42,19 +42,19 @@ header: ### Vimeo -To embed the following Vimeo video at url `https://vimeo.com/97649261` into a post or page's main content you'd use: +To embed the following Vimeo video at url `https://vimeo.com/212731897` into a post or page's main content you'd use: ```liquid -{% raw %}{% include video id="97649261" provider="vimeo" %}{% endraw %} +{% raw %}{% include video id="212731897" provider="vimeo" %}{% endraw %} ``` -{% include video id="97649261" provider="vimeo" %} +{% include video id="212731897" provider="vimeo" %} To embed it as a video header you'd use the following YAML Front Matter ```yaml header: video: - id: 97649261 + id: 212731897 provider: vimeo ``` \ No newline at end of file