CHANGE hide comments
This commit is contained in:
@ -21,7 +21,9 @@
|
||||
</section>
|
||||
|
||||
<!-- comments -->
|
||||
<section class="comment-box mt-5 p-2 border-dark border-top">
|
||||
<p>{{ __('No se puede comentar', 'Sindikatua') }}</p>
|
||||
|
||||
{# <section class="comment-box mt-5 p-2 border-dark border-top">
|
||||
<div class="comments">
|
||||
{% if post.comments %}
|
||||
<!-- <h2>Comentarios</h2> -->
|
||||
@ -39,7 +41,7 @@
|
||||
{% else %}
|
||||
{% include 'partials/comment-form.twig' %}
|
||||
{% endif %}
|
||||
</section>
|
||||
</section> #}
|
||||
</article>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user