2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Disallow crawling on Netlify. (#29194)

This commit is contained in:
XhmikosR
2019-08-03 17:09:25 +03:00
committed by GitHub
parent 8c3a1298f7
commit c93fdec2f0
5 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<!-- Bootstrap core CSS -->
{%- if jekyll.environment == "production" %}
{%- if jekyll.environment == "production" or jekyll.environment == "netlify" %}
<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">