aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/common/footer.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-06-05 17:16:59 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-06-05 17:16:59 +0300
commit69f431bc618bb319443e257de87cf3d660420e71 (patch)
tree2f87791aef4580eb19dc8ee9d08a4ed32f4ccbbb /_includes/common/footer.html
parentadd plain code snippets to posts (diff)
downloadjekyll-theme-69f431bc618bb319443e257de87cf3d660420e71.tar.gz
jekyll-theme-69f431bc618bb319443e257de87cf3d660420e71.zip
bundle modified Bootstrap 3bundled_bootstrap
Diffstat (limited to '_includes/common/footer.html')
-rw-r--r--_includes/common/footer.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/_includes/common/footer.html b/_includes/common/footer.html
index a14a5e3..01fa784 100644
--- a/_includes/common/footer.html
+++ b/_includes/common/footer.html
@@ -19,12 +19,7 @@
</footer>
</div>
</div>
- {% if site.settings.3rdparty.minified %}
- <script src="https://code.jquery.com/jquery-{{ site.settings.3rdparty.versions.jquery }}.min.js"></script>
- <script src="https://stackpath.bootstrapcdn.com/bootstrap/{{ site.settings.3rdparty.versions.bootstrap }}/js/bootstrap.min.js"></script>
- {% else %}
- <script src="https://code.jquery.com/jquery-{{ site.settings.3rdparty.versions.jquery }}.js"></script>
- <script src="https://stackpath.bootstrapcdn.com/bootstrap/{{ site.settings.3rdparty.versions.bootstrap }}/js/bootstrap.js"></script>
- {% endif %}
+ <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
+ <script src="{{ '/assets/bootstrap/js/bootstrap.min.js' | relative_url }}"></script>
</body>
</html>