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

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDurand D'souza <durand1@gmail.com>2016-10-20 07:51:09 +0300
committerDurand D'souza <durand1@gmail.com>2016-10-20 07:51:09 +0300
commite5668c2ec3b6cc5ac164c48b09a56974218142f5 (patch)
treed45ddf870474efe29974731482c11c94f25da9fc
parent27552c8ed86e24ae79d4000b1a82f80d292c5301 (diff)
Fixed bug which referred to wrong js file
-rw-r--r--layouts/partials/scripts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html
index b492eb2..f98cc7d 100644
--- a/layouts/partials/scripts.html
+++ b/layouts/partials/scripts.html
@@ -1,4 +1,4 @@
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="{{ "/js/vendor/jquery-1.9.1.min.js" | relURL }}"><\/script>')</script>
-<script src="{{ "/assets/js/scripts.min.js" | relURL }}"></script>
+<script src="{{ "/js/scripts.min.js" | relURL }}"></script>
{{ template "_internal/google_analytics.html" . }}