12 lines
		
	
	
		
			No EOL
		
	
	
		
			308 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			No EOL
		
	
	
		
			308 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.layout %}
 | ||
| 	<li><a href="{{ site.url }}/{{ post.permalink }}">{{ post.title }}</a></li>
 | ||
| 	{% endfor %}
 | ||
| </ul> |