css font tweaks
This commit is contained in:
parent
c24917f12b
commit
f9cc3f9926
5 changed files with 8 additions and 14 deletions
|
@ -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 -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue