sculpin-pagination-test/source/blog/categories.html

14 lines
259 B
HTML
Raw Permalink Normal View History

2019-06-21 07:28:06 +00:00
---
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>