quitsocialmedia.club/includes/comments.html

11 lines
354 B
HTML

{% if page.comments %}
<section id='comments' class='u-comment box row'>
<h2 class='title'>{% case page.lang %}{% when 'it' %}Commenti{% when 'fr' %}Commentaires{% else %}Comments{% endcase %}</h2>
<script defer
src='https://bla.tommi.space/js/commento.js'
data-no-fonts='true'>
</script>
<div id='commento'></div>
</section>
{% endif %}