diff --git a/app/templates/post/_post_full.html b/app/templates/post/_post_full.html index bc8cf622..4fefa7d1 100644 --- a/app/templates/post/_post_full.html +++ b/app/templates/post/_post_full.html @@ -100,7 +100,7 @@ {% endif -%} {% endif -%}
- {{ post.body_html|community_links|safe if post.body_html else '' }} + {{ post.body_html | community_links | person_links | safe if post.body_html else '' }} {% if archive_link -%}

{{ _('Archive.ph link') }}

{% endif -%}