From af3142ac3adb0d1f31d160edcb6d076b293020b1 Mon Sep 17 00:00:00 2001 From: Michael Manfre Date: Thu, 15 Dec 2022 02:50:54 -0500 Subject: Basic Emoji suppport (#157) --- templates/activities/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/activities/post.html') diff --git a/templates/activities/post.html b/templates/activities/post.html index fd717ad..6205064 100644 --- a/templates/activities/post.html +++ b/templates/activities/post.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Post by {{ post.author.name_or_handle }}{% endblock %} +{% block title %}Post by {{ post.author.html_name_or_handle }}{% endblock %} {% block content %} {% if parent %} -- cgit v1.2.3