diff options
Diffstat (limited to 'templates/categories/list.html')
-rw-r--r-- | templates/categories/list.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/templates/categories/list.html b/templates/categories/list.html deleted file mode 100644 index b6d98c2..0000000 --- a/templates/categories/list.html +++ /dev/null @@ -1,18 +0,0 @@ -{% extends "base.html" %} - -{% block title %} -<title>Categories</title> -{% endblock %} - -{% block content %} -<p class="archive_title">[Categories]</p> - -<ul> - {% for term in terms %} - <li> - <a href="{{ term.permalink }}">/{{ term.name }}</a> - ({{ term.pages | length }}) - </li> - {% endfor %} -</ul> -{% endblock content %}
\ No newline at end of file |