github.com/ezbercih/terraform@v0.1.1-0.20140729011846-3c33865e0839/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="">
     7  
     8  <link rel="shortcut icon" href="/images/favicon.png">
     9  
    10  <title><%= current_page.data.page_title ? "#{current_page.data.page_title} - " : "" %>Terraform</title>
    11  
    12  <!-- Bootstrap core CSS -->
    13  <%= stylesheet_link_tag "bootstrap.min" %>
    14  <%= stylesheet_link_tag "main" %>
    15  
    16  <!-- google fonts -->
    17  <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
    18  
    19  <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
    20  <!--[if lt IE 9]>
    21    <%= javascript_include_tag "html5shiv", "respond.min" %>
    22  <![endif]-->
    23  
    24  <%= yield_content :head %>
    25  
    26  <script>
    27    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
    28    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
    29    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    30    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
    31  
    32    ga('create', 'UA-53231375-1', 'auto');
    33    ga('send', 'pageview');
    34  </script>
    35  </head>
    36  <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}" %>">