mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-10-31 16:07:53 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			876 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			876 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
 | |
| {% if site.data.minified %}
 | |
|   <script src="{{ site.data.cdn.jquery }}.min.js"></script>
 | |
|   <script src="{{ site.data.cdn.tether }}.min.js"></script>
 | |
|   <script src="{{ site.data.cdn.bootstrap }}.min.js"></script>
 | |
|   <script src="{{ site.baseurl }}/dist/js/bootstrap-material-design.iife.min.js"></script>
 | |
| {% else %}
 | |
|   <script src="{{ site.data.cdn.jquery }}.js"></script>
 | |
|   <script src="{{ site.data.cdn.tether }}.js"></script>
 | |
|   <script src="{{ site.data.cdn.bootstrap }}.js"></script>
 | |
|   <script src="{{ site.baseurl }}/dist/js/bootstrap-material-design.iife.js"></script>
 | |
| {% endif %}
 | |
| 
 | |
| <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | |
| <script src="{{ site.data.cdn['ie10-viewport-bug-workaround'] }}"></script>
 | |
| 
 | |
| <script>
 | |
|   $(function() {
 | |
|     $('body').bootstrapMaterialDesign()
 | |
|   })
 | |
| </script>
 | |
| 
 | |
| 
 | |
| {% if page.js %}
 | |
|   <script src="{{ page.js }}"></script>
 | |
| {% endif %}
 |