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