38 lines
1.6 KiB
Plaintext
38 lines
1.6 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="<%= description_for(current_page) %>">
|
|
|
|
<link rel="shortcut icon" href="<%= image_path('favicon.png') %>">
|
|
|
|
<title><%= title_for(current_page) %></title>
|
|
|
|
<%= stylesheet_link_tag "application" %>
|
|
|
|
<!--[if lt IE 9]>
|
|
<%= javascript_include_tag "ie-compat" %>
|
|
<![endif]-->
|
|
|
|
<!-- Google Tag Manager -->
|
|
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
|
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
|
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
|
})(window,document,'script','dataLayer','GTM-NR2SD7C');</script>
|
|
<!-- End Google Tag Manager -->
|
|
|
|
<!-- Typekit script for Klavika font -->
|
|
<script src="https://use.typekit.net/wxf7mfi.js"></script>
|
|
<script>try{Typekit.load({ async: true });}catch(e){}</script>
|
|
|
|
<%= yield_content :head %>
|
|
</head>
|
|
|
|
<body id="page-<%= current_page.data.page_title ? "#{current_page.data.page_title}" : "home" %>" class="page-<%= current_page.data.page_title ? "#{current_page.data.page_title} layout-#{current_page.data.layout} page-sub" : "home layout-#{current_page.data.layout}" %>">
|
|
<!-- Google Tag Manager (noscript) -->
|
|
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NR2SD7C"
|
|
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|
<!-- End Google Tag Manager (noscript) -->
|