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

22 lines
894 B
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">
<meta name="description" content="<%= current_page.data.description %>">
<link rel="shortcut icon" href="<%= image_path('favicon.png') %>">
2015-09-17 23:33:37 +00:00
<title><%= [current_page.data.page_title, "Nomad by HashiCorp"].compact.join(" - ") %></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]-->
<%= yield_content :head %>
</head>
2016-03-15 01:48:46 +00:00
<body id="page-<%= current_page.data.page_title ? "#{current_page.data.page_title}" : "home" %>" class="<%= yield_content(:body_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}" %> -displaying-bnr">