oops, fixed
This commit is contained in:
parent
69db5e0e28
commit
51dcf3441d
1 changed files with 4 additions and 4 deletions
|
@ -25,15 +25,15 @@
|
|||
|
||||
{{ $masonry := resources.Get "js/masonry.min.js" }}
|
||||
{{ if hugo.IsProduction }}
|
||||
{{ $masonry = $style | minify | fingerprint | resources.PostProcess }}
|
||||
{{ $masonry = $masonry | minify | fingerprint | resources.PostProcess }}
|
||||
{{ end }}
|
||||
<script src="{{ $masonry.RelPermalink }}"></script>
|
||||
<script src="{{ $masonry.RelPermalink }}" integrity="{{ $masonry.Data.Integrity }}"></script>
|
||||
|
||||
{{ $imagesloaded := resources.Get "js/imagesloaded.min.js" }}
|
||||
{{ if hugo.IsProduction }}
|
||||
{{ $imagesloaded = $style | minify | fingerprint | resources.PostProcess }}
|
||||
{{ $imagesloaded = $imagesloaded | minify | fingerprint | resources.PostProcess }}
|
||||
{{ end }}
|
||||
<script src="{{ $imagesloaded.RelPermalink }}"></script>
|
||||
<script src="{{ $imagesloaded.RelPermalink }}" integrity="{{ $imagesloaded.Data.Integrity }}"></script>
|
||||
|
||||
<meta name="robots" content="noai">
|
||||
</head>
|
||||
|
|
Loading…
Add table
Reference in a new issue