modified header
This commit is contained in:
parent
b937a11e4d
commit
123b654e48
1 changed files with 1 additions and 5 deletions
|
@ -36,11 +36,7 @@
|
|||
</style>
|
||||
|
||||
{{ "<!-- Main Stylesheet -->" | safeHTML }}
|
||||
{{ $css := resources.Get "css/style.css" }}
|
||||
{{ $css = $css | minify }}
|
||||
{{ if hugo.IsProduction }}
|
||||
{{ $css = $css | resources.PostProcess }}
|
||||
{{ end }}
|
||||
{{ $css := resources.Get "css/style.css" | minify }}
|
||||
<link href="{{ $css.Permalink }}" rel="stylesheet" media="screen"/>
|
||||
|
||||
{{ "<!-- jquiry -->" | safeHTML }}
|
||||
|
|
Loading…
Reference in a new issue