aboutsummaryrefslogtreecommitdiff
path: root/layouts/404.html
diff options
context:
space:
mode:
authorJulien Dessaux2023-01-27 23:05:50 +0100
committerJulien Dessaux2023-01-27 23:05:50 +0100
commit6ad4e164af37e6fe90283a4b9b124c03057d3805 (patch)
tree2303d0c190d73ab69783718892fbf050f6821baa /layouts/404.html
parentImprove link target size on mobile (lighthouse) (diff)
downloadwww-6ad4e164af37e6fe90283a4b9b124c03057d3805.tar.gz
www-6ad4e164af37e6fe90283a4b9b124c03057d3805.tar.bz2
www-6ad4e164af37e6fe90283a4b9b124c03057d3805.zip
Update nav menu css
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html3
1 files changed, 2 insertions, 1 deletions
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 -}}
<link rel="stylesheet" href="{{ $allCss.Permalink }}">
{{ range .AlternativeOutputFormats -}}