Skip to content

Commit

Permalink
Fix order of CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed May 16, 2024
1 parent 7e75498 commit 9b91c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/head-css.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
snappier to develop in Chrome, but makes it look sub-optimal in other browsers.
*/ -}}

<link href="{{ $css.RelPermalink }}" rel="stylesheet">

{{ with $rtlCSS -}}
<link href="{{ $rtlCSS.RelPermalink }}" rel="stylesheet">
{{ end -}}

<link href="{{ $css.RelPermalink }}" rel="stylesheet">

{{- /**/ -}}

0 comments on commit 9b91c08

Please sign in to comment.