diff --git a/blog/2016-09-08-exponent-talks-unraveling-navigation.md b/blog/2016-09-08-exponent-talks-unraveling-navigation.md new file mode 100644 index 000000000..116aee4ba --- /dev/null +++ b/blog/2016-09-08-exponent-talks-unraveling-navigation.md @@ -0,0 +1,12 @@ +--- +title: Exponent Talks: Adam on Unraveling Navigation +author: Héctor Ramos +authorTitle: Developer Advocate at Facebook +authorURL: https://twitter.com/hectorramos +authorImage: https://s.gravatar.com/avatar/f2223874e66e884c99087e452501f2da?s=128 +authorTwitter: hectorramos +youtubeVideoId: oeSjTxVkMhc +category: videos +--- + +[Adam Miskiewicz](https://twitter.com/skevy) from [Exponent](http://getexponent.com/) talks about mobile navigation and the [`ex-navigation`](https://github.com/exponentjs/ex-navigation) React Native library at Exponent's office hours last week. diff --git a/website/core/BlogPostHeader.js b/website/core/BlogPostHeader.js index 0dd3c45e1..e85c17639 100644 --- a/website/core/BlogPostHeader.js +++ b/website/core/BlogPostHeader.js @@ -29,10 +29,11 @@ var BlogPostHeader = React.createClass({ hero = {hero}; } - if (post.youtube_video) { + if (post.youtubeVideoId) { + var embedURL = "https://www.youtube.com/embed/" + post.youtubeVideoId; hero =