mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
<!doctype HTML>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title><%= page_title(@page_title) %></title>
|
|
<meta http-equiv="Content-Type" content="text/html" />
|
|
<meta name="keywords" content="photography, images, landscapes" />
|
|
<meta name="description" content="The photography portfolio of Dan Barber" />
|
|
<meta name="language" content="English" />
|
|
<%= stylesheet_link_tag "application" %>
|
|
<%= javascript_include_tag "application" %>
|
|
<%= render "shared/fonts" %>
|
|
<%= favicon_link_tag "favicon.ico" %>
|
|
<%= csrf_meta_tags %>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="page">
|
|
|
|
<div id="wrapper">
|
|
<div id="container">
|
|
|
|
<div class="sgParent sg-12">
|
|
<header class="sg-11">
|
|
<%= link_to image_tag(asset_url("title.svg"), alt: "Dan Barber Photography", width: 236), "/" %>
|
|
</header>
|
|
|
|
<%= yield :navigation %>
|
|
</div>
|
|
|
|
<div class="sg-24 sgParent">
|
|
<%= yield %>
|
|
</div>
|
|
|
|
<%= render "shared/footer" %>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<%= render "shared/analytics" if Rails.env.production? %>
|
|
|
|
</body>
|
|
|
|
</html>
|