Fixed 404 page that did not get the new solarized css
This commit is contained in:
parent
b9e13eea30
commit
88aec26bd5
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue