This commit is contained in:
Oliver Davies 2019-06-21 08:28:06 +01:00
commit c93aeb1a16
47 changed files with 10312 additions and 0 deletions

View file

@ -0,0 +1,13 @@
---
layout: default
title: Categories
use:
- posts_categories
---
<h2>Categories</h2>
<div>
{% for category,posts in data.posts_categories %}
<a href="{{ site.url }}/blog/categories/{{ category|url_encode(true) }}">{{ category }}</a>
{% endfor %}
</div>