about summary refs log tree commit diff stats
path: root/themes/bear/templates/taxonomy_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/bear/templates/taxonomy_list.html')
-rw-r--r--themes/bear/templates/taxonomy_list.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/themes/bear/templates/taxonomy_list.html b/themes/bear/templates/taxonomy_list.html
deleted file mode 100644
index abf4294..0000000
--- a/themes/bear/templates/taxonomy_list.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{% extends "base.html" %}
-
-{% block main %}
-  <main id="content">
-    <small>
-      <div>
-        {% set tags = get_taxonomy(kind="tags") %}
-        {% for post in tags.items %}
-          <a href="{{ post.permalink }}">#{{ post.name }}</a>&nbsp;
-        {% endfor %}
-      </div>
-    </small>
-  </main>
-{% endblock %}