quitsocialmedia.club/includes/comments.html

11 lines
354 B
HTML
Raw Normal View History

2022-01-05 20:29:51 +01:00
{% 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 %}