From 6ad4e164af37e6fe90283a4b9b124c03057d3805 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 27 Jan 2023 23:05:50 +0100 Subject: Update nav menu css --- layouts/404.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'layouts/404.html') diff --git a/layouts/404.html b/layouts/404.html index 31808d1..c0242ed 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -15,7 +15,8 @@ {{- $header := resources.Get "header.css" -}} {{- $home := resources.Get "home.css" -}} {{- $pagination := resources.Get "pagination.css" -}} - {{- $allCss := slice $base $code $footer $header $home $pagination | resources.Concat "static/all.css" | fingerprint | minify -}} + {{- $responsive := resources.Get "responsive.css" -}} + {{- $allCss := slice $base $code $footer $header $home $pagination $responsive | resources.Concat "static/all.css" | fingerprint | minify -}} {{ range .AlternativeOutputFormats -}} -- cgit v1.2.3