Skip to content

Commit

Permalink
use absolute, not relative url for stylesheet path
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Dec 14, 2016
1 parent 561c18a commit 1b3c581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title | default: site.title | default: site.github.repository_name }}</title>
<link href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}" rel="stylesheet">
<link href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | absolute_url }}" rel="stylesheet">
</head>
<body>
<div class="container">
Expand Down

0 comments on commit 1b3c581

Please sign in to comment.