From 9d978ecb238aaf97f15f7fa8b327bc16a71b1b0b Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Mon, 22 Jan 2018 22:01:22 +0100 Subject: Remove theme files we no longer need --- crumbs/templates/tags.html | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100755 crumbs/templates/tags.html (limited to 'crumbs/templates/tags.html') diff --git a/crumbs/templates/tags.html b/crumbs/templates/tags.html deleted file mode 100755 index bc0a450..0000000 --- a/crumbs/templates/tags.html +++ /dev/null @@ -1,44 +0,0 @@ -{% extends "base.html" %} - - -{% block title %}{{ NEST_TAGS_HEAD_TITLE }} - {{ super() }}{% endblock title %} -{% block description %}{{ NEST_TAGS_HEAD_DESCRIPTION }}{% endblock description %} - - - -{% block header %} -
-
-
-
-

{{ NEST_TAGS_HEADER_TITLE }}

-
-

{{ NEST_TAGS_HEADER_SUBTITLE }}

-
-
-
-
-{% endblock header %} - -{% block content %} -
-
-

{{ NEST_TAGS_CONTENT_TITLE }}

-
- {% for tag, articles in tags|sort %} - {% set articles_count = articles | count %} -
{{ articles | count }} {% if articles_count == 1 %}article{% else %}articles{% endif %} {{ NEST_TAGS_CONTENT_LIST }}
-
{{ tag }}
- {% endfor %} -
-
-
-{% endblock content %} - - -- cgit v1.2.3