aboutsummaryrefslogtreecommitdiff
path: root/layouts/404.html
diff options
context:
space:
mode:
authorJulien Dessaux2023-06-30 07:28:00 +0200
committerJulien Dessaux2023-06-30 07:38:41 +0200
commitf9cc3f9926b81a67835f96b8433891ace2bf0f87 (patch)
tree804dfba3a5e70b3e3b79d3c330676fe4045cecfe /layouts/404.html
parentgo mod tidy (diff)
downloadwww-f9cc3f9926b81a67835f96b8433891ace2bf0f87.tar.gz
www-f9cc3f9926b81a67835f96b8433891ace2bf0f87.tar.bz2
www-f9cc3f9926b81a67835f96b8433891ace2bf0f87.zip
css font tweaks
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html3
1 files changed, 1 insertions, 2 deletions
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 -}}
<link rel="stylesheet" href="{{ $allCss.Permalink }}">
{{ range .AlternativeOutputFormats -}}