<%= stylesheet_link_tag 'application' %> <%= javascript_include_tag 'application' %> <%= favicon_link_tag 'favicon.ico' %> <%= render 'shared/typekit' %>
<%= link_to image_tag(asset_url('title.svg'), alt: 'Dan Barber Photography', width: 236), '/' %>
<%= yield :navigation %>
<%= yield %>
<%= render 'shared/footer' %>
<%= render 'shared/analytics' if Rails.env.production? %>