Skip to content

Commit fcb2fdc

Browse files
committed
j
1 parent 0bd0dae commit fcb2fdc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

public/articles/article11.html

-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@
161161

162162
<p>And we see exactly what we were expecting! If you go to this URL right now, you'll also see this code (as I won't be changing it). If we changed our code, added and committed the changes, and pushed the altered code up to this Heroku application, we would see something different (our altered app). That's it for this tutorial! Check back next Friday for another post.</p>
163163

164-
<a href="images/article9/heroku_pinnable.png" classd="image featured"><img src="images/article9/heroku_pinnable.png" alt="" /></a>
165164

166165
<!-- Extra Content -->
167166

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 : [post11, post10, post9, post8, post7, post6, post5, post4, post3, post2, post1, post0]
220+
posts : [post10, post9, post8, post7, post6, post5, post4, post3, post2, post1, post0]
221221
}
222222

223223
}])

0 commit comments

Comments
 (0)