summaryrefslogtreecommitdiffstats
path: root/templates/_tags.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/_tags.html')
-rw-r--r--templates/_tags.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/_tags.html b/templates/_tags.html
deleted file mode 100644
index aa22e88..0000000
--- a/templates/_tags.html
+++ /dev/null
@@ -1,8 +0,0 @@
- <h2>Tags</h2>
- <ul>
- {% for tag in tags %}
- <li><a href="{{url_for('list', tag=tag[0])}}">{{ tag[0] }}</a></li>
- {% else %}
- <li><strong>no tags yet</strong></li>
- {% endfor %}
- </ul>