7 lines
214 B
HTML
7 lines
214 B
HTML
{% 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 %}
|