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, 4 insertions, 3 deletions
diff --git a/src/handlers/notes.rs b/src/handlers/notes.rs
index feb2129..f49ee39 100644
--- a/src/handlers/notes.rs
+++ b/src/handlers/notes.rs
@@ -20,12 +20,13 @@ impl Note {
pub fn to_html(&self) -> Markup {
html! {
article."h-entry" {
- time."dt-published" datetime=(self.created_at) {
- {(self.detrytemci())}
- }
a href={"/notes/" (self.id)} {
"🔗"
}
+ " "
+ time."dt-published" datetime=(self.created_at) {
+ {(self.detrytemci())}
+ }
@if let Some(reply_to) = &self.reply_to {
p {