From a9168e6f04f766f7d88bc1b24aaa81336098b2fc Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 15 Dec 2024 03:56:47 +0300 Subject: Auto-commit 2024-12-15 --- layouts/partials/head/css.html | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'layouts/partials/head/css.html') diff --git a/layouts/partials/head/css.html b/layouts/partials/head/css.html index c0dc59e..a9fbbeb 100644 --- a/layouts/partials/head/css.html +++ b/layouts/partials/head/css.html @@ -1,13 +1,4 @@ -{{- with resources.Get "css/pico.min.css" }} - {{- if eq hugo.Environment "development" }} - - {{- else }} - {{- with . | minify | fingerprint }} - - {{- end }} - {{- end }} -{{- end }} -{{- with resources.Get "css/flexboxgrid.min.css" }} +{{- with resources.Get "css/bootstrap.min.css" }} {{- if eq hugo.Environment "development" }} {{- else }} -- cgit v1.2.3