From 5de68405324d30e667a447746e20236b50f1e32f Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Sun, 29 Dec 2024 23:19:00 +0300 Subject: [PATCH] also update templates --- templates/post_table.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/post_table.hbs b/templates/post_table.hbs index 419b364..b8824b3 100644 --- a/templates/post_table.hbs +++ b/templates/post_table.hbs @@ -1,7 +1,7 @@
- {{#if (and (ne this.created_at null) style.display_dates.creation)}} + {{#if (and (ne this.written_at null) style.display_dates.creation)}}
written
-
{{>span_date dt=this.created_at df=style.date_format}}
+
{{>span_date dt=this.written_at df=style.date_format}}
{{/if}} {{#if (and (ne this.modified_at null) style.display_dates.modification)}}
last modified