21700: Install Bundler system-wide in Rails postinst
[arvados.git] / doc / _layouts / default.html.liquid
1 {% comment %}
2 Copyright (C) The Arvados Authors. All rights reserved.
3
4 SPDX-License-Identifier: CC-BY-SA-3.0
5 {% endcomment %}
6
7 <!DOCTYPE html>
8 <html>
9   <head>
10     <meta charset="utf-8">
11     <title>{% unless page.title == "Arvados | Documentation" %} Arvados {% if page.navmenu %}| {{ page.navmenu }} {% endif %} | {% endunless %}{{ page.title }}</title>
12     <meta name="viewport" content="width=device-width, initial-scale=1.0">
13     <meta name="description" content="Arvados documentation site">
14     <meta name="author" content="Arvados authors">
15     {% if site.current_version != site.latest_version %}
16     <meta name="robots" content="noindex">
17     {% endif %}
18     <link rel="icon" href="{{ site.baseurl }}/images/favicon.ico" type="image/x-icon">
19     <link rel="shortcut icon" href="{{ site.baseurl }}/images/favicon.ico" type="image/x-icon">
20     <link href="{{ site.baseurl }}/css/bootstrap.css" rel="stylesheet">
21     <link href="{{ site.baseurl }}/css/nav-list.css" rel="stylesheet">
22     <link href="{{ site.baseurl }}/css/badges.css" rel="stylesheet">
23     <link href="{{ site.baseurl }}/css/code.css" rel="stylesheet">
24     <link href="{{ site.baseurl }}/css/font-awesome.css" rel="stylesheet">
25     <link href="{{ site.baseurl }}/css/carousel-override.css" rel="stylesheet">
26     <link href="{{ site.baseurl }}/css/button-override.css" rel="stylesheet">
27     <link href="{{ site.baseurl }}/css/images.css" rel="stylesheet">
28     <link href="{{ site.baseurl }}/css/layout.css" rel="stylesheet">
29     <script src="{{ site.baseurl }}/js/jquery.min.js"></script>
30     <script src="{{ site.baseurl }}/js/bootstrap.min.js"></script>
31     <script src="https://hypothes.is/embed.js" async></script>
32
33     {% include 'matomo_analytics' %}
34     {% include 'google_analytics' %}
35
36   </head>
37   <body class="nopad">
38     {% include 'navbar_top' %}
39
40     {% if page.navsection == 'top' or page.no_nav_left %}
41     {{ content }}
42     {% else %}
43
44     <div class="container-fluid" style="padding-right: 30px">
45
46       <div class="row">
47         {% include 'navbar_left' %}
48         <div class="col-sm-9">
49           <h1>{{ page.title }}</h1>
50           {{ content }}
51           {% include 'webring' %}
52         </div>
53       </div>
54
55       <div style="height: 2em"></div>
56
57     </div>
58     {% endif %}
59
60 {% if page.no_nav_left %}
61 {% else %}
62 <p style="text-align: center"><small>
63 The content of this documentation is licensed under the
64 <a href="{{ site.baseurl }}/user/copying/by-sa-3.0.html">Creative
65   Commons Attribution-Share Alike 3.0 United States</a> licence.<br>
66 Code samples in this documentation are licensed under the
67 <a href="{{ site.baseurl }}/user/copying/LICENSE-2.0.html">Apache License, Version 2.0.</a></small>
68 </p>
69 {% endif %}
70
71   </body>
72 </html>