Browse Source

added missing } in footer.html

tags/v1.0.0
djagoo 4 years ago
parent
commit
9c44629f80
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      layouts/partials/footer.html

+ 1
- 1
layouts/partials/footer.html View File

@@ -38,5 +38,5 @@
{{ end }}

{{ "<!-- Main Script -->" | safeHTML }}
{{ $script := resources.Get "js/script.js" | minify | fingerprint "sha384"}
{{ $script := resources.Get "js/script.js" | minify | fingerprint "sha384"}}
<script src="{{ $script.Permalink }}" integrity="{{ $script.Data.Integrity }}"></script>

Loading…
Cancel
Save