remove unneeded template

This commit is contained in:
John R. Supplee 2021-01-19 16:11:48 +02:00
parent 22c868b4e6
commit 4fa0c2da4d

View file

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