29b86722377d1d6d7f216fb99cb10b032e3d8896
[osm/vim-emu.git] / docs / _layouts / default.html
1 <!DOCTYPE html>
2 <html lang="{{ site.lang | default: "en-US" }}">
3 <head>
4 <meta charset="UTF-8">
5
6 {% seo %}
7 <meta name="description" content="{{ page.description | default: site.description | default: site.github.project_tagline }}"/>
8 <meta name="viewport" content="width=device-width, initial-scale=1">
9 <meta name="theme-color" content="#157878">
10 <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
11 <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
12 </head>
13 <body>
14 <section class="page-header">
15 <h1 class="project-name">{{ site.title | default: site.github.repository_name }}</h1>
16 <h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
17 <a href="#overview" class="btn">Overview</a>
18 <a href="#get-started" class="btn">Get started</a>
19 <a href="#installation" class="btn">Installation</a>
20 <a href="#references" class="btn">References</a>
21 <a href="#contact" class="btn">Contact</a>
22 <a href="https://github.com/containernet/containernet" class="btn">GitHub</a>
23 <!--
24 {% if site.github.is_project_page %}
25 <a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
26 {% endif %}
27 {% if site.show_downloads %}
28 <a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
29 <a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
30 {% endif %}
31 -->
32 </section>
33
34 <section class="main-content">
35 {{ content }}
36
37 <footer class="site-footer">
38 {% if site.github.is_project_page %}
39 <span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
40 {% endif %}
41 <span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
42 </footer>
43 </section>
44
45 {% if site.google_analytics %}
46 <script type="text/javascript">
47 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
48 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
49 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
50 })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
51
52 ga('create', '{{ site.google_analytics }}', 'auto');
53 ga('send', 'pageview');
54 </script>
55 {% endif %}
56 </body>
57 </html>