Skip to content
This repository has been archived by the owner on Feb 1, 2018. It is now read-only.

Commit

Permalink
Puts videos section under posts sections
Browse files Browse the repository at this point in the history
  • Loading branch information
katyanna committed Jan 24, 2015
1 parent cd04084 commit 6796a34
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions _layouts/home.html
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
<!DOCTYPE html>
<html>
<head>
{% include head.html %}
</head>
<body class="home-template">
<header class="notepad-site-head">
{% include header.html %}
</header>
<head>
{% include head.html %}
</head>
<body class="home-template">
<header class="notepad-site-head">
{% include header.html %}
</header>

<main class="notepad-content" role="main">

<main class="notepad-content" role="main">
{{ content }}

<div class="wrap-videos">
<embed width="400" height="315" src="//www.youtube.com/embed/4oHw6LcViMI">
<embed width="400" height="315" src="//www.youtube.com/embed/5M9iFmMqcmc">
<embed width="400" height="315" src="//www.youtube.com/embed/QeFqUjSD7Jw">
</div>
{{ content }}
{% include footer.html %}
</main>
{% include scripts.html %}
</body>
</html>
<div class="row wrap-videos">
<div class = "video"><embed src="//www.youtube.com/embed/4oHw6LcViMI"></div>
<div class = "video"><embed src="//www.youtube.com/embed/5M9iFmMqcmc"></div>
<div class = "video"><embed src="//www.youtube.com/embed/QeFqUjSD7Jw"></div>
</div>

{% include footer.html %}
</main>

{% include scripts.html %}
</body>
</html>

0 comments on commit 6796a34

Please sign in to comment.