1
1
mirror of https://github.com/xplosionmind/quitsocialmedia.club.git synced 2024-12-10 07:46:04 +01:00
quitsocialmedia.club/includes/comments.html
Tommi c3811ec689 Migration to Eleventy almost complete
The website now builds with Eleventy, but there are still many bugs to
fix.
2022-06-01 19:34:23 +02:00

8 lines
305 B
HTML

<section id='comments' class='u-comment box row'>
<h2 class='title'>{% case 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>