aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tags/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tags/single.html')
-rw-r--r--templates/tags/single.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/templates/tags/single.html b/templates/tags/single.html
deleted file mode 100644
index 4062e4a..0000000
--- a/templates/tags/single.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% extends "index.html" %}
-
-{% block title %}#{{ term.name }}{% endblock title%}
-
-{% block content %}
-<h1>Tag: #{{ term.name }}</h1>
-
-<ul>
- {% for page in term.pages %}
- <li>
- <a href="{{ page.permalink }}">{{ page.title }}</a>
- </li>
- {% endfor %}
-</ul>
-
-{% endblock content %}