mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-12 08:05:18 +01:00
20 lines
457 B
HTML
20 lines
457 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 articles.html %}
|
|
|
|
{% endfor %}
|
|
|
|
</section>
|
|
|
|
{% include paginator.html %} |