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

github.com/Y4er/hugo-theme-easybook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/script.html')
-rw-r--r--layouts/partials/script.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/script.html b/layouts/partials/script.html
index ba0b08b..998372e 100644
--- a/layouts/partials/script.html
+++ b/layouts/partials/script.html
@@ -47,5 +47,5 @@
<!-- custom js -->
{{ range .Site.Params.customJS -}}
-<script src="{{ "/js/" | relURL }}{{ . }}"></script>
+<script src="{{ "js/" | relURL }}{{ . }}"></script>
{{ end }} \ No newline at end of file