From a1ebb1c85ae6d749170ce4e9b18f0bdec92d27e8 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 28 Jun 2025 11:20:24 -0700 Subject: bare --- layouts/_partials/head/css.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 layouts/_partials/head/css.html (limited to 'layouts/_partials/head/css.html') diff --git a/layouts/_partials/head/css.html b/layouts/_partials/head/css.html new file mode 100644 index 0000000..d76d23a --- /dev/null +++ b/layouts/_partials/head/css.html @@ -0,0 +1,9 @@ +{{- with resources.Get "css/main.css" }} + {{- if hugo.IsDevelopment }} + + {{- else }} + {{- with . | minify | fingerprint }} + + {{- end }} + {{- end }} +{{- end }} -- cgit v1.2.3