aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/_includes/jquery.html
blob: aa6d2fd15cb3f1d1195cd8362deeaed2d639f291 (plain) (tree)
1
2
3
4
5




                                                                                         
{% if site.minified_externals %}
  <script src="https://code.jquery.com/jquery-{{ site.jquery_version }}.min.js"></script>
{% else %}
  <script src="https://code.jquery.com/jquery-{{ site.jquery_version }}.js"></script>
{% endif %}