mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
21 lines
487 B
HTML
21 lines
487 B
HTML
---
|
|
layout: base
|
|
title: Design
|
|
description: All the design related articles, mostly about web/ui design & front-end development
|
|
category: design
|
|
redirect_from:
|
|
- /topics/design-articles/
|
|
- /design-articles/
|
|
---
|
|
|
|
<section role="main" id="main" class="row">
|
|
|
|
<h1 class="page-title icon icon-{{ page.category }}">{{ page.category }}</h1>
|
|
|
|
{% for post in site.categories.design %}
|
|
{% include articles.html %}
|
|
{% endfor %}
|
|
|
|
</section>
|
|
|
|
{% include paginator.html %} |