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: f17e7bda4f779a835134f4c6d58a6c487842289b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<head>
  <meta charset="utf-8">
  <title><%= @item.attributes.include?(:title) ? "#{item[:title]} - GitLab Documentation" : "GitLab Documentation" %></title>
  <meta name="description" content="Documentation for GitLab Community Edition, GitLab Enterprise Edition, Omnibus GitLab, and GitLab Runner.">
  <link rel="stylesheet" href="<%= @items['/assets/stylesheets/stylesheet.*'].path %>">
  <link rel="stylesheet" href="<%= @items['/assets/stylesheets/highlight.*'].path %>">
  <link rel="stylesheet" href="<%= @items['/assets/stylesheets/docsearch.min.*'].path %>">
  <script async src="<%= @items['/assets/javascripts/docs.*'].path %>"></script>
  <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>