From f9cc3f9926b81a67835f96b8433891ace2bf0f87 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 30 Jun 2023 07:28:00 +0200 Subject: css font tweaks --- layouts/404.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'layouts/404.html') diff --git a/layouts/404.html b/layouts/404.html index c0242ed..a0c2c94 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -13,10 +13,9 @@ {{- $code := resources.Get "code.css" -}} {{- $footer := resources.Get "footer.css" -}} {{- $header := resources.Get "header.css" -}} - {{- $home := resources.Get "home.css" -}} {{- $pagination := resources.Get "pagination.css" -}} {{- $responsive := resources.Get "responsive.css" -}} - {{- $allCss := slice $base $code $footer $header $home $pagination $responsive | resources.Concat "static/all.css" | fingerprint | minify -}} + {{- $allCss := slice $base $code $footer $header $pagination $responsive | resources.Concat "static/all.css" | fingerprint | minify -}} {{ range .AlternativeOutputFormats -}} -- cgit v1.2.3