init
This commit is contained in:
commit
c93aeb1a16
47 changed files with 10312 additions and 0 deletions
13
source/blog/categories.html
Normal file
13
source/blog/categories.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue