use YMD date display format so i don't have to fight americans
This commit is contained in:
@@ -25,7 +25,7 @@ pub fn quote(quote: &Quote) -> Markup {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
div class="flex flex-row text-neutral-400 mt-auto pt-4 items-center font-light text-xs" {
|
div class="flex flex-row text-neutral-400 mt-auto pt-4 items-center font-light text-xs" {
|
||||||
p {(quote.timestamp.format("%d/%m/%Y %H:%M"))}
|
p {(quote.timestamp.format("%Y-%m-%d %H:%M"))}
|
||||||
@if let Some(loc) = "e.location {
|
@if let Some(loc) = "e.location {
|
||||||
span class="ml-3 scale-[.5]"{(PreEscaped(icons::MAP_PIN))} p { (loc) }
|
span class="ml-3 scale-[.5]"{(PreEscaped(icons::MAP_PIN))} p { (loc) }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user