Added Bootstrap JS

This commit is contained in:
Oliver Davies 2015-03-29 23:53:59 +01:00
parent abc03eea95
commit 457712e327
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,6 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="{{ site.url }}/{{ theme_path('assets/js/bootstrap.min.js') }}"></script>
{% block scripts %}{% endblock %}
{% if page.tweets == true %}

File diff suppressed because one or more lines are too long