1
0
Fork 0
This repository has been archived on 2021-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
dennogumi.org-archive/pages/design.md
Moritz »mo.« Sauer 54411d7f9b added breadcrumbs
2015-01-12 18:08:05 +01:00

13 lines
No EOL
304 B
Markdown

---
layout: page
title: "Style your content!"
subheadline: "Layouts of Feeling Responsive"
image:
header: "header_unsplash_5.jpg"
permalink: "/design/"
---
<ul>
{% for post in site.categories.design %}
<li><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>