Minify custom css

This commit is contained in:
Gabriel Augendre 2023-05-21 12:56:40 +02:00
parent d3a1a3db24
commit e723e29f8a

View file

@ -1,4 +1,4 @@
{{ $admonitions := resources.Get "css/admonitions.css" }}
{{ $admonitions := resources.Get "css/admonitions.css" | resources.Minify }}
<link rel="stylesheet" href="{{ $admonitions.Permalink }}">
{{ $style := resources.Get "css/style.css" }}
{{ $style := resources.Get "css/style.css" | resources.Minify }}
<link rel="stylesheet" href="{{ $style.Permalink }}">