Skip to content

Commit 6c0faff

Browse files
committed
Heroku
1 parent fcb2fdc commit 6c0faff

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

.DS_Store

0 Bytes
Binary file not shown.

public/.DS_Store

0 Bytes
Binary file not shown.

public/articles/article11.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ <h4>Plus a Little Extra:</h4>
198198
<h4 style="text-align: center">YouTube Video</h4>
199199

200200
<div class="container">
201-
<iframe src="https://www.youtube.com/embed/rs8MbeCMeP8"
201+
<iframe src="https://www.youtube.com/embed/P86N9FqNqso"
202202
frameborder="0" allowfullscreen class="video"></iframe>
203203
</div>
204204
<br>

public/images/.DS_Store

0 Bytes
Binary file not shown.

public/images/article11/pin.png

68.1 KB
Loading

public/js/services/blog.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ app.factory('blog',[function() {
217217

218218

219219
return {
220-
posts : [post10, post9, post8, post7, post6, post5, post4, post3, post2, post1, post0]
220+
posts : [post11, post10, post9, post8, post7, post6, post5, post4, post3, post2, post1, post0]
221221
}
222222

223223
}])

0 commit comments

Comments
 (0)