Skip to content

Commit

Permalink
Merge pull request #99 from andreruffert/fix-normalize-css-404
Browse files Browse the repository at this point in the history
fix: normalize.css 404
  • Loading branch information
zoepage authored Feb 15, 2019
2 parents 4ee2e8e + 40e8b8b commit 3043927
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600|Source+Sans+Pro:300,400,600" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/normalize.css">
<link rel="stylesheet" href="{{ '/assets/css/normalize.css' | relative_url }}">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css">
<script defer src="{{ '/assets/js/main.js?v=' | append: site.github.build_revision | relative_url }}" type="text/javascript"></script>
Expand Down Expand Up @@ -43,4 +43,3 @@ <h1 class="page-title">Specifying JavaScript.</h1>
<img src="https://d3nrsflo8ae6b5.cloudfront.net/1x1.png" alt="pixel" />
</body>
</html>

0 comments on commit 3043927

Please sign in to comment.