Skip to content

Commit 8e2c7bd

Browse files
update stylesheet url
1 parent b501f52 commit 8e2c7bd

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

_layouts/default.html

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<!doctype html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="chrome=1">
65
<title>{{ page.title }}</title>
7-
8-
<link rel="stylesheet" href="/stylesheets/styles.css">
9-
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
6+
<link rel="stylesheet" href="{{site.url}}/stylesheets/styles.css">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
108
</head>
119
<body>
1210
<div class="wrapper">
@@ -32,6 +30,6 @@ <h1 class="site-title"><a href="/">Altorouter</a></h1>
3230
</footer>
3331
</div>
3432
<script src="/javascripts/scale.fix.js"></script>
35-
33+
3634
</body>
3735
</html>

0 commit comments

Comments
 (0)