Fix custom date to display short version on minicard

This commit is contained in:
John R. Supplee 2021-01-19 16:08:16 +02:00
parent 855151a8d1
commit b09d656636
4 changed files with 49 additions and 5 deletions

View file

@ -8,3 +8,7 @@ template(name="dateBadge")
time(datetime="{{showISODate}}")
| {{showDate}}
template(name="dateCustomField")
a(title="{{showTitle}}" class="{{classes}}")
time(datetime="{{showISODate}}")
| {{showDate}}