Release 0.92 2014-12-21
This commit is contained in:
parent
3068e7a7aa
commit
a56896dda4
114 changed files with 10775 additions and 2079 deletions
13
pages/style-guide.html
Normal file
13
pages/style-guide.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Style your content!"
|
||||
subheadline: "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>
|
Reference in a new issue