Added category view for blog posts

This commit is contained in:
str4d
2013-02-03 02:17:41 +00:00
parent 508c6f1e80
commit 535e2f41b0
4 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
{% extends "blog/index.html" %}
{% block title %}{{ _('Blog Category') }}: {{ category }}{% endblock %}
{% block headextra %}
{%- endblock %}