github.com/jmbataller/terraform@v0.6.8-0.20151125192640-b7a12e3a580c/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      <link rel="shortcut icon" href="<%= image_path('favicon.png') %>">
     9  
    10      <title><%= [current_page.data.page_title, "Terraform by HashiCorp"].compact.join(" - ") %></title>
    11  
    12      <%= stylesheet_link_tag "application" %>
    13  
    14      <!--[if lt IE 9]>
    15        <%= javascript_include_tag "html5shiv", "respond.min" %>
    16      <![endif]-->
    17  
    18      <%= yield_content :head %>
    19    </head>
    20  
    21    <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}" %>">