Skip to content

Commit

Permalink
Update layouts/partials/body.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored Sep 30, 2020
1 parent 958c7db commit aa4c9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/body.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ $opts := dict "targetPath" "main.js" "minify" "false" }}
{{ $opts := dict "targetPath" "main.js" "minify" "true" }}
{{ $js := resources.Get "js/main.js" | js.Build $opts}}
<script defer src="{{ $js.RelPermalink }}" integrity="{{ $js.Data.Integrity }}"></script>

Expand Down

0 comments on commit aa4c9fb

Please sign in to comment.