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>
|
</style>
|
||||||
|
|
||||||
{{ "<!-- Main Stylesheet -->" | safeHTML }}
|
{{ "<!-- Main Stylesheet -->" | safeHTML }}
|
||||||
{{ $css := resources.Get "css/style.css" }}
|
{{ $css := resources.Get "css/style.css" | minify }}
|
||||||
{{ $css = $css | minify }}
|
|
||||||
{{ if hugo.IsProduction }}
|
|
||||||
{{ $css = $css | resources.PostProcess }}
|
|
||||||
{{ end }}
|
|
||||||
<link href="{{ $css.Permalink }}" rel="stylesheet" media="screen"/>
|
<link href="{{ $css.Permalink }}" rel="stylesheet" media="screen"/>
|
||||||
|
|
||||||
{{ "<!-- jquiry -->" | safeHTML }}
|
{{ "<!-- jquiry -->" | safeHTML }}
|
||||||
|
|
Loading…
Reference in a new issue