Update nav menu css
This commit is contained in:
parent
744819c90d
commit
6ad4e164af
10 changed files with 59 additions and 69 deletions
|
@ -15,7 +15,8 @@
|
|||
{{- $header := resources.Get "header.css" -}}
|
||||
{{- $home := resources.Get "home.css" -}}
|
||||
{{- $pagination := resources.Get "pagination.css" -}}
|
||||
{{- $allCss := slice $base $code $footer $header $home $pagination | resources.Concat "static/all.css" | fingerprint | minify -}}
|
||||
{{- $responsive := resources.Get "responsive.css" -}}
|
||||
{{- $allCss := slice $base $code $footer $header $home $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