Skip to content

Commit

Permalink
Update styles.html
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Mar 6, 2024
1 parent f5d5ab1 commit 0ca995c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/styles.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{ $options := dict "transpiler" "dartsass" "outputStyle" "compressed" "enableSourceMap" (not hugo.IsProduction) }}
{{ $style := resources.Get "/css/main.scss" | resources.ToCSS $options | resources.Fingerprint }}
<link rel="stylesheet" href="{{ $style.Permalink }}">
<link rel="stylesheet" href="{{ $style.RelPermalink }}">

0 comments on commit 0ca995c

Please sign in to comment.