Fixed 404 page that did not get the new solarized css

This commit is contained in:
Julien Dessaux 2021-09-01 14:56:43 +02:00
parent b9e13eea30
commit 88aec26bd5

View file

@ -9,7 +9,8 @@
{{- $home := resources.Get "home.css" -}} {{- $home := resources.Get "home.css" -}}
{{- $pagination := resources.Get "pagination.css" -}} {{- $pagination := resources.Get "pagination.css" -}}
{{- $footer := resources.Get "footer.css" -}} {{- $footer := resources.Get "footer.css" -}}
{{- $allCss := slice $base $header $home $pagination $footer | resources.Concat "css/all.css" | fingerprint | minify -}} {{- $solarized := resources.Get "solarized.css" -}}
{{- $allCss := slice $base $header $home $pagination $footer $solarized | resources.Concat "static/all.css" | fingerprint | minify -}}
<link rel="stylesheet" href="{{ $allCss.Permalink }}"> <link rel="stylesheet" href="{{ $allCss.Permalink }}">
<title>Page Not Found</title> <title>Page Not Found</title>