Skip to content

Commit

Permalink
Update style.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun committed Jan 6, 2025
1 parent 8cd29f9 commit ac80074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/aurozeon/layouts/partials/essentials/style.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
{{/* main style */}}
{{ $styles = $styles | append (resources.Get "scss/main.scss" | toCSS) }}
{{ $styles = $styles | resources.Concat "css/style.css" }}
{{ $styles = $styles | css.PostCSS }}
{{ $styles = $styles | resources.PostCSS }}

{{ $stylesLazy = $stylesLazy | resources.Concat "css/style-lazy.css" }}
{{ $stylesLazy = $stylesLazy | css.PostCSS }}
{{ $stylesLazy = $stylesLazy | resources.PostCSS }}

{{ if hugo.IsProduction }}
{{ $styles = $styles | resources.ExecuteAsTemplate "css/style.css" . | minify | fingerprint | resources.PostProcess }}
Expand Down

0 comments on commit ac80074

Please sign in to comment.