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

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/tail.html')
-rw-r--r--layouts/partials/tail.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/layouts/partials/tail.html b/layouts/partials/tail.html
index fa19c8f..ac0526b 100644
--- a/layouts/partials/tail.html
+++ b/layouts/partials/tail.html
@@ -1,7 +1,7 @@
{{ "<!-- TAIL.HTML -->" | safeHTML }}
-<script src="{{ "plugins/jquery/jquery.js" | relURL }}"></script>
-<script src="{{ "plugins/bootstrap/js/bootstrap.min.js" | relURL }}"></script>
-<script src="{{ "plugins/jquery/jquery.easing.min.js" | relURL }}"></script>
-<script src="{{ "plugins/jquery/jquery.fittext.js" | relURL }}"></script>
-<script src="{{ "plugins/jquery/wow.min.js" | relURL }}"></script>
-<script src="{{ "js/theme.js" | relURL }}"></script>
+<script src="{{ "plugins/jquery/jquery.js" | absURL }}"></script>
+<script src="{{ "plugins/bootstrap/js/bootstrap.min.js" | absURL }}"></script>
+<script src="{{ "plugins/jquery/jquery.easing.min.js" | absURL }}"></script>
+<script src="{{ "plugins/jquery/jquery.fittext.js" | absURL }}"></script>
+<script src="{{ "plugins/jquery/wow.min.js" | absURL }}"></script>
+<script src="{{ "js/theme.js" | absURL }}"></script>