summaryrefslogtreecommitdiff
path: root/themes/simple/templates/category.html
blob: f546bbb1867a3a86c4855bf963e7e4fd6c5a8e35 (plain)
1
2
3
4
5
6
7
8
{% extends "index.html" %}

{% block title %}{{ SITENAME|striptags }} - {{ category }} category{% endblock %}

{% block content_title %}
<h2>Stuff I've written about {{ category }}</h2>
<hr>
{% endblock %}