From 60874f22d61b7672364e5b08be62328e0d692524 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 23 Mar 2017 15:52:11 -0400 Subject: [PATCH] Update YouTube embed post --- docs/_posts/2010-06-02-post-video-youtube.md | 22 +++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/docs/_posts/2010-06-02-post-video-youtube.md b/docs/_posts/2010-06-02-post-video-youtube.md index 117cb86..d4fd8d6 100644 --- a/docs/_posts/2010-06-02-post-video-youtube.md +++ b/docs/_posts/2010-06-02-post-video-youtube.md @@ -4,9 +4,25 @@ categories: - Post Formats tags: - Post Formats -last_modified_at: 2017-03-09T12:58:20-05:00 +last_modified_at: 2017-03-23T15:33:37-04:00 --- - +
+ +
-This post test YouTube video embeds. \ No newline at end of file +This post tests YouTube video embeds. + +Simply wrap embeds with a `
` element and the appropriate classes: + +```html + +
+ +
+ + +
+ +
+```