diff options
| author | winter | 2025-01-17 17:04:36 +0000 |
|---|---|---|
| committer | winter | 2025-01-17 17:08:26 +0000 |
| commit | db52d0961e695a22ad7bbbfbb6e92187d466f8b6 (patch) | |
| tree | f762408b6abd74ead1642451988885a6ed234e0b /templates | |
| parent | b1d6fbc4d740324d96d7fe2677fb15b9b59d20ea (diff) | |
combobulate the stylesheets (and some other minor changes)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/note.php | 2 |
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 |
