Skip to content

Commit 1a0c7ee

Browse files
Merge pull request containerd#1955 from containerd/fix-website
Fix website rendering via gh-pages
2 parents a85b1f8 + 00ad7fe commit 1a0c7ee

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

docs/_includes/footer.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
{% include links.html %}
44
</div>
55
<div class="copyright">
6-
Copyright (c) 2016-2017 the containerd authors
6+
Copyright (c) 2016-2018 the containerd authors
77
</div>
88
</div>
9-
<script src="/style/js/jquery-2.1.4.min.js"></script>
10-
<script src="/style/js/highlight.min.js"></script>
11-
<script src="/style/js/main.js"></script>
9+
<script src="style/js/jquery-2.1.4.min.js"></script>
10+
<script src="style/js/highlight.min.js"></script>
11+
<script src="style/js/main.js"></script>
1212
<script>
1313
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
1414
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),

docs/_includes/header.html

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
5-
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>{{ page.title }}</title>
7-
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
8-
<link href="/style/css/flexboxgrid.css" type="text/css" rel="stylesheet" media="screen,projection"/>
9-
<link href="/style/css/main.css" type="text/css" rel="stylesheet" media="screen,projection"/>
10-
<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">
11-
</head>
12-
<body>
13-
<div class="container">
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>{{ page.title }}</title>
7+
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16">
8+
<link href="style/css/flexboxgrid.css" type="text/css" rel="stylesheet" media="screen,projection"/>
9+
<link href="style/css/main.css" type="text/css" rel="stylesheet" media="screen,projection"/>
10+
<link href="style/css/tomorrow-night.css" type="text/css" rel="stylesheet" media="screen,projection"/>
11+
<link href="https://fonts.googleapis.com/css?family=Lato:300,400|Raleway:400,700i,800" rel="stylesheet">
12+
</head>
13+
<body>
14+
<div class="container">

0 commit comments

Comments
 (0)