3 lines
170 B
HTML
3 lines
170 B
HTML
|
|
{{ $custom := resources.Get "css/custom.css" | minify | fingerprint }}
|
||
|
|
<link rel="stylesheet" href="{{ $custom.RelPermalink }}" integrity="{{ $custom.Data.Integrity }}">
|