Files

7 lines
214 B
HTML
Raw Permalink Normal View History

2025-10-25 12:39:30 +02:00
{% if page.comments %}
<aside class="comments related" role="complementary">
<h2 class="hr-bottom">{{ site.data.strings.comments | default:"Comments" }}</h2>
{% include my-comments.html %}
</aside>
{% endif %}