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 4147f42 commit 48f6cc1
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 48f6cc1

Please sign in to comment.