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 cb52524885 update
2015-02-18 16:38:43 +01:00

14 lines
No EOL
331 B
Markdown

---
layout: page
show_meta: false
title: "Style your content!"
subheadline: "Layouts of Feeling Responsive"
header:
image_fullwidth: "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>