1
0
Fork 0
This commit is contained in:
Moritz »mo.« Sauer 2014-08-22 17:32:19 +02:00
parent d8ddf6344f
commit 84c8e210c5
14 changed files with 217 additions and 147 deletions

View file

@ -6,7 +6,7 @@ image_header: "header_unsplash_5.jpg"
permalink: "/design/style-guide/"
---
<ul>
{% for post in site.categories.layout %}
{% for post in site.categories.design %}
<li><a href="{{ site.url }}/{{ post.permalink }}">{{ post.title }}</a></li>
{% endfor %}
</ul>