Skip to content
This repository was archived by the owner on May 21, 2018. It is now read-only.

Commit 7a684c4

Browse files
committed
Update default.html
1 parent f992723 commit 7a684c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<head>
77

88
<meta charset="utf-8">
9-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
1010
<title>JS.ORG</title>
1111
<meta name="description" content="Dedicated to JavaScript and its awesome community since 2015">
1212
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -21,7 +21,7 @@
2121
{% include header.html %}
2222
{{ content }}
2323
{% include footer.html %}
24-
<link href="css/js.css" rel="stylesheet" />{% if page.zodiac %}
24+
<link href="css/js.css" rel="stylesheet">{% if page.zodiac %}
2525
<canvas id="zodiac" class="btf"></canvas>
2626
<script src="js/zodiac.min.js"></script>{% endif %}
2727
<script>

0 commit comments

Comments
 (0)