This is particularly useful to interact with Lemmy posts.
---
app/templates/utils.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/templates/utils.html b/app/templates/utils.html
index 4caca98..cced351 100644
--- a/app/templates/utils.html
+++ b/app/templates/utils.html
@@ -549,7 +549,7 @@
</a></p>
{% endif %}
- {% if object.ap_type in ["Article", "Event"] %}
+ {% if object.ap_type in ["Article", "Event", "Page"] %}
<h2 class="p-name no-margin-top">{{ object.name }}</h2>
{% endif %}
--
2.40.0.windows.1