aboutsummaryrefslogtreecommitdiff
path: root/src/handlers/notes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/handlers/notes.rs')
-rw-r--r--src/handlers/notes.rs7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/handlers/notes.rs b/src/handlers/notes.rs
index 42f89ad..56e0f90 100644
--- a/src/handlers/notes.rs
+++ b/src/handlers/notes.rs
@@ -20,13 +20,12 @@ impl Note {
pub fn to_html(&self) -> Markup {
html! {
article."h-entry" {
- a href={"/notes/" (self.id)} {
- "🔗"
- }
- " "
time."dt-published" datetime=(self.created_at) {
{(self.detrytemci())}
}
+ a href={"/notes/" (self.id)} {
+ "🔗"
+ }
@if let Some(reply_to) = &self.reply_to {
p {