add space before paren in current time conversion

This commit is contained in:
mat 2024-07-28 21:18:46 +00:00
parent 427da97c09
commit d9be3107d8

View File

@ -14,7 +14,7 @@ pub fn request(query: &str) -> EngineResponse {
h3 { h3 {
b { (time.format("%-I:%M %P")) } b { (time.format("%-I:%M %P")) }
span.answer-comment { span.answer-comment {
"(" (time.format("%B %-d")) ")" " (" (time.format("%B %-d")) ")"
} }
} }
}), }),