also update templates

This commit is contained in:
slonkazoid 2024-12-29 23:19:00 +03:00
parent e6f2c6c697
commit 5de6840532
Signed by: slonk
SSH key fingerprint: SHA256:tbZfJX4IOvZ0LGWOWu5Ijo8jfMPi78TU7x1VoEeCIjM

View file

@ -1,7 +1,7 @@
<div class="table">
{{#if (and (ne this.created_at null) style.display_dates.creation)}}
{{#if (and (ne this.written_at null) style.display_dates.creation)}}
<div class="created">written</div>
<div class="created value">{{>span_date dt=this.created_at df=style.date_format}}</div>
<div class="created value">{{>span_date dt=this.written_at df=style.date_format}}</div>
{{/if}}
{{#if (and (ne this.modified_at null) style.display_dates.modification)}}
<div class="modified">last modified</div>