1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 18:18:49 +02:00
blog/_src/design/index.html

20 lines
459 B
HTML

---
layout: base
title: Design
description: All the design related articles, mostly about web/ui design & front-end development
category: design
---
<section role="main" id="main" class="row">
<h1 class="page-title"><a class="home" href="/" title="Back to Home">/</a>{{ page.category }}</h1>
{% for post in paginator.posts %}
{% include category_index.html %}
{% endfor %}
</section>
{% include paginator.html %}