From da810104cd033c1dcc25d67f8f09985a415b43b9 Mon Sep 17 00:00:00 2001 From: Stéphane Caron Date: Wed, 20 Mar 2013 12:04:11 +0100 Subject: theme variant from mnmlist --- nmnlist/templates/category.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nmnlist/templates/category.html (limited to 'nmnlist/templates/category.html') diff --git a/nmnlist/templates/category.html b/nmnlist/templates/category.html new file mode 100644 index 0000000..56f8e93 --- /dev/null +++ b/nmnlist/templates/category.html @@ -0,0 +1,2 @@ +{% extends "index.html" %} +{% block title %}{{ SITENAME }} - {{ category }}{% endblock %} -- cgit