Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/meghna-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordjagoo <dev@djagoo.io>2020-06-29 09:52:42 +0300
committerGitHub <noreply@github.com>2020-06-29 09:52:42 +0300
commit9c44629f80ed29eb1d58377bdcbaa4b11a73d859 (patch)
tree870c151c2f98b568a4df1a1f34e36fa925efe518
parent2f530b6523e4f7158d15037e24515812014abad1 (diff)
added missing } in footer.html
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 4da37c4..eacff57 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -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>