From 65dfe7aff06dfd3b044a5deb47b03d643c651ec1 Mon Sep 17 00:00:00 2001 From: winter Date: Fri, 14 Feb 2025 22:47:05 +0000 Subject: add pronouns to profiles and notes --- templates/note.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'templates/note.php') diff --git a/templates/note.php b/templates/note.php index 736d5f9..81f7e38 100644 --- a/templates/note.php +++ b/templates/note.php @@ -25,7 +25,12 @@ if ($user != null) {
author->displayName) ?> - @author->getFullHandle()) ?> + + author->pronouns) && trim($note->author->pronouns) != ''): ?> + author->pronouns) ?> • + + @author->getFullHandle()) ?> + created, $prefs?->get('locale.timezone')) -- cgit v1.3