This release changes the top Navigation into a white tipbar, extends the documentation and uses some subtile changes.
		
			
				
	
	
		
			13 lines
		
	
	
		
			No EOL
		
	
	
		
			321 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			No EOL
		
	
	
		
			321 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| ---
 | ||
| layout: page
 | ||
| title: "Style your content!"
 | ||
| subtitle: "Layouts of Feeling Responsive"
 | ||
| image:
 | ||
|    header: "header_unsplash_5.jpg"
 | ||
| permalink: "/design/style-guide/"
 | ||
| ---
 | ||
| <ul>
 | ||
|     {% for post in site.categories.design %}
 | ||
|     <li><a href="{{ site.url }}/{{ post.permalink }}">{{ post.title }}</a></li>
 | ||
|     {% endfor %}
 | ||
| </ul> |