From b6da76df9f87765598d199599a6f14254ad6117f Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Thu, 20 Feb 2025 19:49:44 -0600 Subject: add reply button to posts --- theme/templates/post.html | 1 + 1 file changed, 1 insertion(+) (limited to 'theme/templates/post.html') diff --git a/theme/templates/post.html b/theme/templates/post.html index c8c1eb9..43f45d2 100644 --- a/theme/templates/post.html +++ b/theme/templates/post.html @@ -23,5 +23,6 @@ {% endif %}
{{ post.html | safe }}
+
Reply via email
{% endblock %} -- cgit v1.2.3