1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 18:18:49 +02:00
blog/_src/design/index.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 %}