diff options
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/common/footer.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_includes/common/footer.html b/_includes/common/footer.html index 01fa784..0e2aecf 100644 --- a/_includes/common/footer.html +++ b/_includes/common/footer.html @@ -21,5 +21,10 @@ </div> <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script> <script src="{{ '/assets/bootstrap/js/bootstrap.min.js' | relative_url }}"></script> + {% if page.custom_js %} + {% for js in page.custom_js %} + <script src="{{ '/assets/js/' | relative_url }}{{ js }}"></script> + {% endfor %} + {% endif %} </body> </html> |