%= stylesheet_link_tag "application" %>
<%= javascript_include_tag 'application' %>
<%= favicon_link_tag %>
<%= render :partial => "shared/typekit" %>
<%= link_to image_tag('/assets/title.png', :alt => 'Dan Barber Photography', :width => 236), '/' %>
<%= yield :navigation %>
<%= yield %>
<%= render :partial => 'shared/analytics' if Rails.env.production? %>