<%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= render "shared/fonts" %> <%= favicon_link_tag "favicon.ico" %> <%= csrf_meta_tags %>
<%= 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? %>