diff --git a/app/views/posts/show.html.erb b/app/views/posts/show.html.erb index e992d4833..48a633f96 100644 --- a/app/views/posts/show.html.erb +++ b/app/views/posts/show.html.erb @@ -177,7 +177,10 @@ - + + <% if @post.visible? %> + + <% end %> <% end %> <%= auto_discovery_link_tag(:atom, comments_url(:atom, search: { post_id: @post.id }), title: "Comments for post ##{@post.id}") %>