Skip to content

Commit 3043927

Browse files
authored
Merge pull request #99 from andreruffert/fix-normalize-css-404
fix: normalize.css 404
2 parents 4ee2e8e + 40e8b8b commit 3043927

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_layouts/default.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
99
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
1010
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600|Source+Sans+Pro:300,400,600" rel="stylesheet">
11-
<link rel="stylesheet" href="/assets/css/normalize.css">
11+
<link rel="stylesheet" href="{{ '/assets/css/normalize.css' | relative_url }}">
1212
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
1313
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css">
1414
<script defer src="{{ '/assets/js/main.js?v=' | append: site.github.build_revision | relative_url }}" type="text/javascript"></script>
@@ -43,4 +43,3 @@ <h1 class="page-title">Specifying JavaScript.</h1>
4343
<img src="https://d3nrsflo8ae6b5.cloudfront.net/1x1.png" alt="pixel" />
4444
</body>
4545
</html>
46-

0 commit comments

Comments
 (0)