1
0
Fork 0

Release 0.92 2014-12-21

This commit is contained in:
Moritz »mo.« Sauer 2014-12-21 17:21:48 +01:00
parent 3068e7a7aa
commit a56896dda4
114 changed files with 10775 additions and 2079 deletions

13
pages/style-guide.html Normal file
View 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>