This repository has been archived on 2022-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
blog.old/theme/my_theme/templates/comments.html

7 lines
212 B
HTML

{% if article.comment %}
<!-- Comments -->
<hr>
<h2>Comments</h2>
<p>Toot on <a href="{{ article.comment }}">this thread</a> to comment. This blog is a static site. Comments won't appear here.</p>
{% endif %}