From 22ab51b29c4b51578c394e8d8e019ad64bb8b674 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 12 May 2022 21:24:53 +0000 Subject: [PATCH] oops lol Signed-off-by: Xe Iaso --- templates/talkpost.rs.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/talkpost.rs.html b/templates/talkpost.rs.html index a9d6581..89d9f08 100644 --- a/templates/talkpost.rs.html +++ b/templates/talkpost.rs.html @@ -1,5 +1,6 @@ -@use super::{header_html, footer_html}; +@use super::{header_html, footer_html, mara}; @use crate::post::Post; +@use chrono::prelude::*; @(post: Post, body: impl ToHtml)