Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrince committed Sep 5, 2024
1 parent dfdd13c commit d1d3c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/hugoplate/layouts/partials/essentials/style.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
{{/* main style */}}
{{ $styles = $styles | append (resources.Get "scss/main.scss" | toCSS) }}
{{ $styles = $styles | resources.Concat "css/style.css" }}
{{ $styles = $styles | ressources.PostCSS }}
{{ $styles = $styles | resources.PostCSS }}

{{ $stylesLazy = $stylesLazy | resources.Concat "css/style-lazy.css" }}
{{ $stylesLazy = $stylesLazy | ressources.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 d1d3c40

Please sign in to comment.