17 lines
439 B
HTML
17 lines
439 B
HTML
{% unless page.comments == false %}
|
|
<div class="u-comment row">
|
|
<div id="comments" class="box">
|
|
<h2 class="title">{% case page.lang %}{% when 'it' %}Commenti{% else %}Comments{% endcase %}</h2>
|
|
<script src="https://utteranc.es/client.js"
|
|
repo="xplosionmind/tommi.space"
|
|
issue-term="title"
|
|
label="comment"
|
|
theme="github-dark"
|
|
crossorigin="anonymous"
|
|
async>
|
|
</script>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endunless %}
|