Welcome to mirror list, hosted at ThFree Co, Russian Federation.

head.html « layouts - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f2f17ceb6390a0c3361fc4a60257fa52c2d3cf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<head>
  <meta charset="utf-8">
  <title><%= @item.attributes.include?(:title) ? "#{item[:title]} - GitLab Documentation" : "GitLab Documentation" %></title>
  <link rel="stylesheet" href="<%= @items['/assets/stylesheets/stylesheet.*'].path %>">
  <link rel="stylesheet" href="<%= @items['/assets/stylesheets/highlight.*'].path %>">
  <link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,400italic' rel='stylesheet' type='text/css'>
  <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">

  <!-- you don't need to keep this, but it's cool for stats! -->
  <meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
</head>