open-nomad/website/source/layouts/_meta.erb

38 lines
1.5 KiB
Plaintext
Raw Normal View History

2015-09-12 00:01:02 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2016-10-28 00:36:05 +00:00
<meta name="description" content="<%= description_for(current_page) %>">
2015-09-12 00:01:02 +00:00
<link rel="shortcut icon" href="<%= image_path('favicon.png') %>">
2016-10-28 00:36:05 +00:00
<title><%= title_for(current_page) %></title>
2015-10-26 14:40:47 +00:00
2015-09-12 00:01:02 +00:00
<%= stylesheet_link_tag "application" %>
<!--[if lt IE 9]>
<%= javascript_include_tag "ie-compat" %>
2015-09-12 00:01:02 +00:00
<![endif]-->
2017-01-27 20:41:19 +00:00
<!-- 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 -->
2017-02-16 20:41:02 +00:00
<!-- Typekit script to import Klavika font -->
<script src="https://use.typekit.net/wxf7mfi.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
2015-09-12 00:01:02 +00:00
<%= yield_content :head %>
</head>
2016-10-28 00:36:05 +00:00
<body id="<%= body_id_for(current_page) %>" class="<%= body_classes_for(current_page) %>">
2017-01-27 20:41:19 +00:00
<!-- 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) -->