aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-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