mirror of https://github.com/twbs/bootstrap.git
				
				
				
			use non-minified Bootstrap CSS on non-gh-pages
This commit is contained in:
		
							parent
							
								
									456bd67da8
								
							
						
					
					
						commit
						6b46d4d8c1
					
				| 
						 | 
					@ -14,7 +14,11 @@
 | 
				
			||||||
</title>
 | 
					</title>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<!-- Bootstrap core CSS -->
 | 
					<!-- Bootstrap core CSS -->
 | 
				
			||||||
 | 
					{% if site.github %}
 | 
				
			||||||
<link href="../dist/css/bootstrap.min.css" rel="stylesheet">
 | 
					<link href="../dist/css/bootstrap.min.css" rel="stylesheet">
 | 
				
			||||||
 | 
					{% else %}
 | 
				
			||||||
 | 
					<link href="../dist/css/bootstrap.css" rel="stylesheet">
 | 
				
			||||||
 | 
					{% endif %}
 | 
				
			||||||
{% if page.slug == "css" or page.slug == "components" or page.slug == "js" %}
 | 
					{% if page.slug == "css" or page.slug == "components" or page.slug == "js" %}
 | 
				
			||||||
  <!-- Optional Bootstrap Theme -->
 | 
					  <!-- Optional Bootstrap Theme -->
 | 
				
			||||||
  <link href="data:text/css;charset=utf-8," data-href="../dist/css/bootstrap-theme.min.css" rel="stylesheet" id="bs-theme-stylesheet">
 | 
					  <link href="data:text/css;charset=utf-8," data-href="../dist/css/bootstrap-theme.min.css" rel="stylesheet" id="bs-theme-stylesheet">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue