aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/note.php
diff options
context:
space:
mode:
authorwinter2025-01-17 17:04:36 +0000
committerwinter2025-01-17 17:08:26 +0000
commitdb52d0961e695a22ad7bbbfbb6e92187d466f8b6 (patch)
treef762408b6abd74ead1642451988885a6ed234e0b /templates/note.php
parentb1d6fbc4d740324d96d7fe2677fb15b9b59d20ea (diff)
combobulate the stylesheets (and some other minor changes)
Diffstat (limited to 'templates/note.php')
-rw-r--r--templates/note.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/note.php b/templates/note.php
index 0de2168..59f4a7a 100644
--- a/templates/note.php
+++ b/templates/note.php
@@ -16,7 +16,7 @@ if ($user != null) {
</a>
<div>
<div class="infoLine">
- <span class="authorName"><?= $note->author->displayName ?></span>
+ <a class="authorName" href="/@/<?= $note->author->getFullHandle() ?>"><?= $note->author->displayName ?></a>
<span class="authorHandle">@<?= $note->author->getFullHandle() ?></span>
<a class="timestamp" href="/@/<?= $note->author->getFullHandle() ?>/note/<?= $note->id ?>">
<?= // TODO: localise