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

home.html « layouts - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 848e4f1011924bcc6244ff069f75367412698d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US" prefix="og: http://ogp.me/ns#">
  <head>
    <%= render '/head.*' %>
    <link rel="canonical" href="<%= @config[:base_url] %>/">
  </head>
  <body class="landing">
    <%= render '/gtm.*' %>
    <%= render '/header.*' %>
    <%= yield %>
    <%# Add analytics only in production %>
    <%= render '/analytics.*' %>
    <%= render '/schema-microdata.*' %>
    <script src="<%= @items['/frontend/header/index.*'].path %>"></script>
    <script src="<%= @items['/frontend/shared/global_imports.*'].path %>"></script>
    <script src="<%= @items['/frontend/default/default.*'].path %>"></script>
    <script src="<%= @items['/assets/javascripts/badges.*'].path %>"></script>
    <% if @config[:algolia] == "true" %>
    <script src="<%= @items['/frontend/search/docsearch.*'].path %>"></script>
    <% else %>
    <script src="<%= @items['/frontend/search/lunrsearch.*'].path %>"></script>
    <% end %>
  </body>
</html>