summaryrefslogtreecommitdiffstats
path: root/themes/lv2/templates/includes/taglist.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/lv2/templates/includes/taglist.html')
-rw-r--r--themes/lv2/templates/includes/taglist.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/themes/lv2/templates/includes/taglist.html b/themes/lv2/templates/includes/taglist.html
deleted file mode 100644
index bcaa470..0000000
--- a/themes/lv2/templates/includes/taglist.html
+++ /dev/null
@@ -1,9 +0,0 @@
-{% if article.tags %}
-<span class="label label-default">Tags</span>
-{% for tag in article.tags %}
- <a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a>
- {% if not loop.last %}
- /
- {% endif %}
-{% endfor %}
-{% endif %}