aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/views/blog_tags.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/templates/views/blog_tags.html')
-rw-r--r--src/main/resources/templates/views/blog_tags.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main/resources/templates/views/blog_tags.html b/src/main/resources/templates/views/blog_tags.html
deleted file mode 100644
index 48e517eb..00000000
--- a/src/main/resources/templates/views/blog_tags.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% extends "layouts/default" %}
-{% import "views/macros/tags" %}
-{% block content %}
-<p>
- {{ tags(user.name, tags) }}
-</p>
-{% endblock %}
-{% block "column" %}
-{% include "views/partial/usercolumn" %}
-{% endblock %} \ No newline at end of file