From 5ed39dda637059d56f6d8c501880ec9bca7b2fee Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 7 Feb 2018 12:49:00 +0300 Subject: www: hide navigation in post --- juick-www/src/main/webapp/WEB-INF/views/post.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'juick-www/src/main/webapp/WEB-INF/views/post.html') 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 %}
@@ -16,6 +16,4 @@

Теги:

{{ tags(visitor.name, tags) }} -{% endblock %} -{% block "column" %} {% endblock %} \ No newline at end of file -- cgit v1.2.3