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.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/partials/tail.html b/layouts/partials/tail.html
new file mode 100644
index 0000000..fa19c8f
--- /dev/null
+++ b/layouts/partials/tail.html
@@ -0,0 +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>