Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/common/jquery.html
blob: 7e59177d1878fcc8fc68b2f895dfecc274476c5c (plain) (blame)
1
2
3
4
5
{% if site.settings.3rdparty.minified %}
  <script src="https://code.jquery.com/jquery-{{ site.settings.3rdparty.versions.jquery }}.min.js"></script>
{% else %}
  <script src="https://code.jquery.com/jquery-{{ site.settings.3rdparty.versions.jquery }}.js"></script>
{% endif %}