diff --git a/templates/talkindex.rs.html b/templates/talkindex.rs.html index 03024d3..a7b2817 100644 --- a/templates/talkindex.rs.html +++ b/templates/talkindex.rs.html @@ -1,6 +1,6 @@ - @use crate::post::Post; @use super::{header_html, footer_html}; +@use chrono::prelude::*; @(posts: Vec) @@ -14,7 +14,7 @@