diff options
Diffstat (limited to 'templates/partials/list_card.html')
-rw-r--r-- | templates/partials/list_card.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/partials/list_card.html b/templates/partials/list_card.html index 744ca8a..6cf0e67 100644 --- a/templates/partials/list_card.html +++ b/templates/partials/list_card.html | |||
@@ -46,7 +46,7 @@ $if(it.url)$ | |||
46 | $elseif(it.date)$ | 46 | $elseif(it.date)$ |
47 | <time datetime="$it.date.yyyy_mm_dd$" class="l-media__block u-d-none@sm-lo" itemprop="dateCreated"> | 47 | <time datetime="$it.date.yyyy_mm_dd$" class="l-media__block u-d-none@sm-lo" itemprop="dateCreated"> |
48 | <small> | 48 | <small> |
49 | $it.date.long$ | 49 | $it.date.short$ |
50 | </small> | 50 | </small> |
51 | </time> | 51 | </time> |
52 | $endif$ | 52 | $endif$ |