Skip to content

Commit

Permalink
Simplify link tag
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Welch <[email protected]>
  • Loading branch information
khalwat committed Dec 5, 2017
1 parent 1c91a39 commit 5198b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_layouts/_layout.twig
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{% endminify %}
{# -- CRITICAL CSS -- #}
<!--# if expr="$HTTP_COOKIE=/critical\-css\={{ staticAssetsVersion }}/" -->
<link rel="stylesheet" href="{{ "#{baseUrl}css/site.combined.min.#{staticAssetsVersion}.css" }}">
<link rel="stylesheet" href="{{ baseUrl }}css/site.combined.min.{{staticAssetsVersion}}.css">
<!--# else -->
<script>
Cookie.set("critical-css", {{ staticAssetsVersion }}, { expires: "7D", secure: true });
Expand Down

0 comments on commit 5198b08

Please sign in to comment.