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