From 357697ef01f5d3bd0646a242eb0d34e293217fc4 Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 11 Mar 2025 18:12:10 +0000 Subject: new fonts!! --- templates/head_tags.php | 2 +- templates/note.php | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'templates') diff --git a/templates/head_tags.php b/templates/head_tags.php index 47fcef0..395b707 100644 --- a/templates/head_tags.php +++ b/templates/head_tags.php @@ -1,5 +1,5 @@ - + diff --git a/templates/note.php b/templates/note.php index 94edf2b..759a7c7 100644 --- a/templates/note.php +++ b/templates/note.php @@ -30,11 +30,10 @@ $pathToSelf = '/@/' . $note->author->getFullHandle() . '/note/' . $note->id;
author->displayName) ?> - - author->pronouns) && trim($note->author->pronouns) != ''): ?> - author->pronouns) ?> • - - @author->getFullHandle()) ?> + + author->pronouns) && trim($note->author->pronouns) != '') { + echo htmlspecialchars($note->author->pronouns); + } ?> created, $prefs?->get('locale.timezone')) -- cgit v1.3