diff options
-rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 7547e37..a0a55e2 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -6,7 +6,7 @@ layout: default </div> <div style="border: 1px solid #ccc; box-shadow: 0 0 10px #ccc; margin-top: 15px; margin-bottom: 15px;padding: 15px;"> -<h3 style="margin-bottom:15 px;">Backbone.js Beginner Screencast</h3><img src="backbone.png" style="float: left;" /><p>Check out the 70min screen cast which covers models, collections, views and routers.</p> +<h3 style="margin-bottom:15 px;">Backbone.js Beginner Screencast</h3><img src="/backbone.png" style="float: left;" /><p>Check out the 70min screen cast which covers models, collections, views and routers.</p> <a href="http://gum.co/backbone-beginner-screencast" class="btn btn-primary">Watch screencast</a> </div> |