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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanzei <hanzei@mailbox.org>2018-07-26 20:34:02 +0300
committerHanzei <hanzei@mailbox.org>2018-07-26 23:43:35 +0300
commit1cc7ddd7cde36b0d67137c6f53018edd6bf5a5d9 (patch)
tree9824ee37c2d959de58eb24a1c24cad0da8147ac6 /layouts/partials/footer/scripts.html
parent5687d97c7871844a0a41d54325aa4dff54f6443e (diff)
Canonify owlCarousel css path
Diffstat (limited to 'layouts/partials/footer/scripts.html')
-rw-r--r--layouts/partials/footer/scripts.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer/scripts.html b/layouts/partials/footer/scripts.html
index e3533d4..77fa926 100644
--- a/layouts/partials/footer/scripts.html
+++ b/layouts/partials/footer/scripts.html
@@ -1,5 +1,5 @@
-{{ $jQuery := resources.Get "vendor/jquery/jquery-3.3.1.min.js" }}
-{{ $index := resources.Get "js/index.js" | minify }}
+{{ $jQuery := resources.Get "/vendor/jquery/jquery-3.3.1.min.js" }}
+{{ $index := resources.Get "/js/index.js" | minify }}
{{ $scripts := slice $jQuery $index | resources.Concat "/js/bundle.js" | fingerprint }}
<script src="{{ $scripts.Permalink }}" integrity="{{ $scripts.Data.Integrity }}"></script>