aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/resources/templates/views/macros/tags.html
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/resources/templates/views/macros/tags.html')
-rw-r--r--juick-www/src/main/resources/templates/views/macros/tags.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/juick-www/src/main/resources/templates/views/macros/tags.html b/juick-www/src/main/resources/templates/views/macros/tags.html
deleted file mode 100644
index 09278ffe..00000000
--- a/juick-www/src/main/resources/templates/views/macros/tags.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{% macro tags(uname="", tagsList) %}
-{% for tag in tagsList %}
-<a href="/{{ uname }}/?tag={{ tag | urlencode }}">{{ tag | raw }}</a>
-{% endfor %}
-{% endmacro %} \ No newline at end of file