github.com/kardianos/nomad@v0.1.3-0.20151022182107-b13df73ee850/website/source/layouts/_meta.erb (about)

     1  <!DOCTYPE html>
     2  <html lang="en">
     3    <head>
     4      <meta charset="utf-8">
     5      <meta name="viewport" content="width=device-width, initial-scale=1.0">
     6      <meta name="description" content="<%= current_page.data.description %>">
     7  
     8      <% unless livestream_active? %>
     9      <link rel="shortcut icon" href="<%= image_path('favicon.png') %>">
    10  
    11      <title><%= [current_page.data.page_title, "Nomad by HashiCorp"].compact.join(" - ") %></title>
    12      <% end %>
    13      <%= stylesheet_link_tag "application" %>
    14  
    15      <!--[if lt IE 9]>
    16        <%= javascript_include_tag "html5shiv", "respond.min" %>
    17      <![endif]-->
    18  
    19      <%= yield_content :head %>
    20    </head>
    21  
    22    <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}" %>">