2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Rename docs production script to production and use JEKYLL_ENV. (#27410)

This commit is contained in:
XhmikosR
2018-10-18 10:45:49 +03:00
committed by GitHub
parent 99e0e30402
commit 43bf268248
4 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
</title>
<!-- Bootstrap core CSS -->
{% if site.github %}
{% if jekyll.environment == "production" %}
<link href="{{ site.baseurl }}/docs/{{ site.docs_version }}/dist/css/bootstrap.min.css" rel="stylesheet" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">
{% else %}
<link href="{{ site.baseurl }}/docs/{{ site.docs_version }}/dist/css/bootstrap.css" rel="stylesheet">