From bab8565adac19b34198533d4bcfcf6d227a82c05 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 30 May 2019 23:29:42 +0100 Subject: [PATCH] Extract a video embed partial --- source/_partials/video-embed.html.twig | 9 +++++++++ ...-06-01-drupalcamp-bristol-speakers-announced.md | 14 ++++++++++---- 2 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 source/_partials/video-embed.html.twig diff --git a/source/_partials/video-embed.html.twig b/source/_partials/video-embed.html.twig new file mode 100644 index 00000000..511354be --- /dev/null +++ b/source/_partials/video-embed.html.twig @@ -0,0 +1,9 @@ +
+ +
diff --git a/source/_posts/2019-06-01-drupalcamp-bristol-speakers-announced.md b/source/_posts/2019-06-01-drupalcamp-bristol-speakers-announced.md index 657dd124..0a214a96 100644 --- a/source/_posts/2019-06-01-drupalcamp-bristol-speakers-announced.md +++ b/source/_posts/2019-06-01-drupalcamp-bristol-speakers-announced.md @@ -4,7 +4,13 @@ excerpt: DrupalCamp Bristol is returning next month, and we have just announced tags: [drupalcamp, dcbristol] draft: true --- - -
- -
+{% include 'video-embed' with { + classes: 'video-full', + video: { + id: 'honnav4YlAA', + attr: { + height: '315', + width: '560', + } + } +} %}