aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF/views/post.html
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-02-07 12:49:00 +0300
committerGravatar Vitaly Takmazov2018-02-07 12:49:00 +0300
commit5ed39dda637059d56f6d8c501880ec9bca7b2fee (patch)
tree1e94c1da18ef7e3798a12c7869b1fb23e30fd635 /juick-www/src/main/webapp/WEB-INF/views/post.html
parenta2fcaac118db98ddf0b028639f4276f417e45d8f (diff)
www: hide navigation in post
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.html4
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