mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-13 03:23:53 +01:00
Minify custom css
This commit is contained in:
parent
d3a1a3db24
commit
e723e29f8a
1 changed files with 2 additions and 2 deletions
|
@ -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 }}">
|
||||
|
|
Loading…
Reference in a new issue