aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/footer.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-05-16 17:39:37 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-05-16 17:39:37 +0300
commitcfc682283246a2f7167682a82b0ac62365cbe7fb (patch)
treed0e9c829f4a4cb02a0278bc6e49910d896af9c12 /_includes/footer.html
parentcode style (diff)
downloadjekyll-theme-cfc682283246a2f7167682a82b0ac62365cbe7fb.tar.gz
jekyll-theme-cfc682283246a2f7167682a82b0ac62365cbe7fb.zip
more flexible prerequisite management
* Move external <link>s and <script>s into separate includes. * Opt for minified versions of external CSS stylesheets and JavaScript files by default, allowing to use the properly formatted versions during development using _config_dev.yml. * External components versions are now in the config file.
Diffstat (limited to '_includes/footer.html')
-rw-r--r--_includes/footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index e5bc113..6dd984e 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -19,7 +19,7 @@
</footer>
</div>
</div>
- <script src="//code.jquery.com/jquery-1.11.0.js"></script>
- <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.js"></script>
+ {% include jquery.html %}
+ {% include bootstrap_js.html %}
</body>
</html>