aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/templates/includes/github-js.html
diff options
context:
space:
mode:
Diffstat (limited to 'pelican-bootstrap3/templates/includes/github-js.html')
-rw-r--r--pelican-bootstrap3/templates/includes/github-js.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/pelican-bootstrap3/templates/includes/github-js.html b/pelican-bootstrap3/templates/includes/github-js.html
index 85d9ae5..42c54de 100644
--- a/pelican-bootstrap3/templates/includes/github-js.html
+++ b/pelican-bootstrap3/templates/includes/github-js.html
@@ -17,7 +17,7 @@
if (!window.jXHR) {
var jxhr = document.createElement('script');
jxhr.type = 'text/javascript';
- jxhr.src = '{{ SITEURL }}/theme/js/jXHR.js';
+ jxhr.src = '{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/jXHR.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jxhr, s);
}
@@ -30,6 +30,6 @@
});
});
</script>
- <script src="{{ SITEURL }}/theme/js/github.js" type="text/javascript"></script>
+ <script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/github.js" type="text/javascript"></script>
<!-- End GitHub JS Code -->
-{% endif %} \ No newline at end of file
+{% endif %}