diff options
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/post.html')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/post.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/post.html b/juick-www/src/main/webapp/WEB-INF/views/post.html index a553666a..1f642ce1 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/post.html +++ b/juick-www/src/main/webapp/WEB-INF/views/post.html @@ -1,4 +1,4 @@ -{% extends "layouts/content" %} +{% extends "layouts/minimal" %} {% import "views/macros/tags" %} {% block content %} <article> @@ -16,6 +16,4 @@ </article> <p style="text-align: left"><b>Теги:</b></p> {{ tags(visitor.name, tags) }} -{% endblock %} -{% block "column" %} {% endblock %}
\ No newline at end of file |