We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a7025 commit df705f6Copy full SHA for df705f6
_layouts/default.html
@@ -1,8 +1,6 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
- <!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now -->
5
-
6
<meta charset="utf-8" />
7
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
8
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
@@ -15,6 +13,8 @@
15
13
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
16
14
17
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
+
+ <!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now -->
18
</head>
19
20
<body>
0 commit comments