Merge pull request #1955 from containerd/fix-website

Fix website rendering via gh-pages
This commit is contained in:
Michael Crosby 2018-01-03 15:32:42 -05:00 committed by GitHub
commit 1a0c7ee8a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 17 deletions

View File

@ -3,12 +3,12 @@
{% include links.html %}
</div>
<div class="copyright">
Copyright (c) 2016-2017 the containerd authors
Copyright (c) 2016-2018 the containerd authors
</div>
</div>
<script src="/style/js/jquery-2.1.4.min.js"></script>
<script src="/style/js/highlight.min.js"></script>
<script src="/style/js/main.js"></script>
<script src="style/js/jquery-2.1.4.min.js"></script>
<script src="style/js/highlight.min.js"></script>
<script src="style/js/main.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),

View File

@ -4,10 +4,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title }}</title>
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link href="/style/css/flexboxgrid.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="/style/css/main.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="/style/css/tomorrow-night.css" type="text/css" rel="stylesheet" media="screen,projection"/><link href="https://fonts.googleapis.com/css?family=Lato:300,400|Raleway:400,700i,800" rel="stylesheet">
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16">
<link href="style/css/flexboxgrid.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="style/css/main.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="style/css/tomorrow-night.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="https://fonts.googleapis.com/css?family=Lato:300,400|Raleway:400,700i,800" rel="stylesheet">
</head>
<body>
<div class="container">