modified header

This commit is contained in:
somrat 2020-04-19 10:14:25 +06:00
parent b937a11e4d
commit 123b654e48

View file

@ -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 }}