2013-12-02 21:54:30 +01:00
|
|
|
---
|
|
|
|
layout: base
|
|
|
|
title: Design
|
2013-12-07 23:54:52 +01:00
|
|
|
description: All the design related articles, mostly about web/ui design & front-end development
|
2013-12-02 21:54:30 +01:00
|
|
|
category: design
|
|
|
|
---
|
|
|
|
|
|
|
|
<section role="main" id="main" class="row">
|
2014-07-13 21:06:22 +02:00
|
|
|
|
|
|
|
<h1 class="page-title icon icon-{{ page.category }}">{{ page.category }}</h1>
|
|
|
|
|
2013-12-02 21:54:30 +01:00
|
|
|
{% for post in paginator.posts %}
|
2014-07-13 21:06:22 +02:00
|
|
|
|
2013-12-02 22:19:13 +01:00
|
|
|
{% include articles.html %}
|
2014-07-13 21:06:22 +02:00
|
|
|
|
2013-12-02 21:54:30 +01:00
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
{% include paginator.html %}
|