aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/actor_profile.php
diff options
context:
space:
mode:
authorwinter2025-02-14 22:47:05 +0000
committerwinter2025-02-14 22:47:05 +0000
commit65dfe7aff06dfd3b044a5deb47b03d643c651ec1 (patch)
treed86894a978336edaeb269a25944c1ed2dacc80e3 /templates/actor_profile.php
parent5af36fccc0904cf743e3d598813d246e3fa52634 (diff)
add pronouns to profiles and notes
Diffstat (limited to 'templates/actor_profile.php')
-rw-r--r--templates/actor_profile.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/actor_profile.php b/templates/actor_profile.php
index 4692a53..ca19978 100644
--- a/templates/actor_profile.php
+++ b/templates/actor_profile.php
@@ -16,6 +16,7 @@ $user = UserAccount::findByCurrentSession();
<div>
<div class="displayName"><?= htmlspecialchars($actor->displayName) ?></div>
+ <div class="pronouns"><?= htmlspecialchars($actor->pronouns) ?></div>
<div class="handle">@<?= $actor->getFullHandle() ?></div>
<div class="joinedDate"><?= sprintf(__('user.profile.createdAt'), $actor->created->format('Y-m-d')) ?>
</div>