Styling workshops correctly.
[rnaseq-cwl-training.git] / _includes / javascript.html
1 {% comment %}
2   If previewing locally, site.root is set in _config_dev.yml.
3   If site.root is not set, assume we're viewing on the web.
4 {% endcomment %}
5 {% if site.root %}
6   {% assign root = site.root %}
7 {% else %}
8   {% assign root = site.github.url %}
9 {% endif %}
10 <script src="{{ root }}/assets/js/jquery.min.js"></script>
11 <script src="{{ root }}/assets/js/bootstrap.min.js"></script>
12 <script src="{{ root }}/assets/js/lesson.js"></script>