diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 773ee4b..b8faaeb 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -15,7 +15,12 @@ - + {{ $css := resources.Get "css/main.css" }} + {{ $css = $css | resources.PostCSS }} + {{ if hugo.IsProduction }} + {{ $css = $css | minify | fingerprint | resources.PostProcess }} + {{ end }} +
diff --git a/layouts/index.html b/layouts/index.html index 9308769..d1824ad 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,35 +1,8 @@ {{ define "main" }} -- Transform your user experience with powerful analytics and insights that drive growth and engagement. -
- -