aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2023-01-28 13:50:47 -0500
committerXe Iaso <me@christine.website>2023-01-28 13:50:47 -0500
commit757cee6fdd13502eb62305f77e73698878b01aa2 (patch)
tree09014859f19ddef7946c04f5cd58f02ebb59b07f /src
parent194d9d0f6d80d4f3e6e6427265007b187ac0cbdf (diff)
downloadxesite-757cee6fdd13502eb62305f77e73698878b01aa2.tar.xz
xesite-757cee6fdd13502eb62305f77e73698878b01aa2.zip
src/tmpl: chrono
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'src')
-rw-r--r--src/tmpl/nag.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tmpl/nag.rs b/src/tmpl/nag.rs
index 57c7893..b83d8d7 100644
--- a/src/tmpl/nag.rs
+++ b/src/tmpl/nag.rs
@@ -1,4 +1,5 @@
use crate::post::Post;
+use chrono::prelude::*;
use lazy_static::lazy_static;
use maud::{html, Markup};
use regex::Regex;