We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b501f52 commit 8e2c7bdCopy full SHA for 8e2c7bd
_layouts/default.html
@@ -1,12 +1,10 @@
1
<!doctype html>
2
-<html>
+<html lang="en">
3
<head>
4
<meta charset="utf-8">
5
- <meta http-equiv="X-UA-Compatible" content="chrome=1">
6
<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">
+ <link rel="stylesheet" href="{{site.url}}/stylesheets/styles.css">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
10
</head>
11
<body>
12
<div class="wrapper">
@@ -32,6 +30,6 @@ <h1 class="site-title"><a href="/">Altorouter</a></h1>
32
30
</footer>
33
31
</div>
34
<script src="/javascripts/scale.fix.js"></script>
35
+
36
</body>
37
</html>
0 commit comments