diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index a2046be..be419c3 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -22,7 +22,7 @@
- <%= link_to image_tag('/assets/title.svg', :alt => 'Dan Barber Photography', :width => 236), '/' %>
+ <%= link_to image_tag(asset_url('title.svg'), :alt => 'Dan Barber Photography', :width => 236), '/' %>
<%= yield :navigation %>
diff --git a/app/views/pages/show.html.erb b/app/views/pages/show.html.erb
index 74252d1..440299e 100644
--- a/app/views/pages/show.html.erb
+++ b/app/views/pages/show.html.erb
@@ -12,7 +12,7 @@
-