Skip to content

Commit

Permalink
Merge pull request #715 from stefanjudis/feature/712-stylesheet-endpo…
Browse files Browse the repository at this point in the history
…int-fix

Feature/712 stylesheet endpoint fix
  • Loading branch information
stefanjudis committed Jun 4, 2015
2 parents fef2e97 + b945327 commit 104e6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/partials/head.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
</script>

<meta name="maincss" content="/main-<%= hash.css %>.css">
<meta name="maincss" content="<%= cdn %>/main-<%= hash.css %>.css">
<% if ( !cssCookie || cssCookie !== hash.css ) { %>
<style><%= css %></style>
<% } else { %>
Expand Down

0 comments on commit 104e6c4

Please sign in to comment.