Release 0.5
This release changes the top Navigation into a white tipbar, extends the documentation and uses some subtile changes.
This commit is contained in:
		
					parent
					
						
							
								c4ca4e61b2
							
						
					
				
			
			
				commit
				
					
						dba5d71522
					
				
			
		
					 25 changed files with 381 additions and 255 deletions
				
			
		|  | @ -1,5 +1,5 @@ | |||
|   <script src="{{ site.url }}/assets/js/app.min.js"></script> | ||||
| 
 | ||||
| <script> | ||||
|     $("#masthead").backstretch("{{ site.url }}/assets/img/{% if page.image_header %}{{ page.image_header }}{% else %}unsplash_3.jpg{% endif %}"); | ||||
|     $("#masthead").backstretch("{{ site.url }}/assets/img/{% if page.image.header %}{{ page.image.header }}{% else %}unsplash_3.jpg{% endif %}"); | ||||
| </script> | ||||
|  | @ -4,7 +4,7 @@ | |||
| 	<meta charset="utf-8" /> | ||||
| 	<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||||
| 	<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> | ||||
| 	<link rel="stylesheet" href="{{ site.url }}/assets/css/style.min.css">	 | ||||
| 	<link rel="stylesheet" href="{{ site.url }}/assets/css/style_feeling_responsive.min.css">	 | ||||
| 	<script src="{{ site.url }}/assets/js/modernizr.min.js"></script> | ||||
| 	<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400italic,400,700%7cVolkhov:400,700' rel='stylesheet' type='text/css'> | ||||
| {% if site.google_site_verification %} | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| {% if page.image_header == "no" %} | ||||
| {% if page.image.header == "no" %} | ||||
| 
 | ||||
| 	<div id="masthead-no-image-header"> | ||||
| 		<div class="row"> | ||||
|  |  | |||
		Reference in a new issue