mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-13 03:23:53 +01:00
Fingerprint resources
This commit is contained in:
parent
e723e29f8a
commit
a234285598
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{{ $admonitions := resources.Get "css/admonitions.css" | resources.Minify }}
|
||||
{{ $admonitions := resources.Get "css/admonitions.css" | minify | fingerprint }}
|
||||
<link rel="stylesheet" href="{{ $admonitions.Permalink }}">
|
||||
{{ $style := resources.Get "css/style.css" | resources.Minify }}
|
||||
{{ $style := resources.Get "css/style.css" | minify | fingerprint }}
|
||||
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
||||
|
|
Loading…
Reference in a new issue