diff options
-rw-r--r-- | pelican-bootstrap3/templates/base.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pelican-bootstrap3/templates/base.html b/pelican-bootstrap3/templates/base.html index 9a69baf..873cd08 100644 --- a/pelican-bootstrap3/templates/base.html +++ b/pelican-bootstrap3/templates/base.html @@ -207,6 +207,10 @@ <!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) --> <script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/respond.min.js"></script> +{% if CUSTOM_JS %} + <script src="{{ SITEURL }}/{{ CUSTOM_JS }}"></script> +{% endif %} + {% if BANNER %} <script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/bodypadding.js"></script> {% endif %} |