Skip to content

Commit

Permalink
Add a new line after the youtube video iframe of LiveView blog (elixi…
Browse files Browse the repository at this point in the history
  • Loading branch information
zillou authored and Tajinder Chumber committed Mar 21, 2019
1 parent b43a7c0 commit 57e3881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2018-03-18-phoenix-live-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Let's get LiveView up and running to support a feature that pushes out live upda

Here's the functionality we're building:

<iframe width="560" height="315" src="https://www.youtube.com/embed/8M-Hjj7IBu8" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/8M-Hjj7IBu8" frameborder="0" allowfullscreen></iframe><br />

## Getting Started

Expand Down

0 comments on commit 57e3881

Please sign in to comment.