diff options
author | Daan Debie <ddebie@universitplatform.com> | 2016-04-22 15:35:07 +0200 |
---|---|---|
committer | Daan Debie <ddebie@universitplatform.com> | 2016-04-22 15:35:07 +0200 |
commit | faa85d6112a759767a4f327e35a07fa55d9e747e (patch) | |
tree | 903ad6ecc488f2158ec40d8fa45a39d5542a2f8b /pelican-bootstrap3/templates/includes/github-js.html | |
parent | 2cd39ad5c0c03818900611ddee699b2a6acc2453 (diff) | |
download | pelican-themes-faa85d6112a759767a4f327e35a07fa55d9e747e.tar.gz |
Update pelican-bootstrap3 to latest version, donate to Pelican community
Diffstat (limited to 'pelican-bootstrap3/templates/includes/github-js.html')
-rw-r--r-- | pelican-bootstrap3/templates/includes/github-js.html | 6 |
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 %} |