Switched to a solarized color scheme
This commit is contained in:
parent
4bbf3e7788
commit
78a6f5505d
8 changed files with 74 additions and 31 deletions
|
@ -14,7 +14,8 @@
|
|||
{{- $home := resources.Get "home.css" -}}
|
||||
{{- $pagination := resources.Get "pagination.css" -}}
|
||||
{{- $footer := resources.Get "footer.css" -}}
|
||||
{{- $allCss := slice $base $header $home $pagination $footer | resources.Concat "static/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 }}">
|
||||
|
||||
{{ range .AlternativeOutputFormats -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue