diff options
| author | Volpeon <git@volpeon.ink> | 2022-07-10 18:51:39 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-07-10 18:51:39 +0200 |
| commit | 31992bdba775fc3022a858ace9743620e70aee17 (patch) | |
| tree | 5946c1e2edfcad8d3b36b1e1fd554e0a6c2f39db /templates/partials/grid_card.html | |
| parent | Add support for custom emojis (diff) | |
| download | volpeon.ink-31992bdba775fc3022a858ace9743620e70aee17.tar.gz volpeon.ink-31992bdba775fc3022a858ace9743620e70aee17.tar.bz2 volpeon.ink-31992bdba775fc3022a858ace9743620e70aee17.zip | |
Fixed date handling
Diffstat (limited to 'templates/partials/grid_card.html')
| -rw-r--r-- | templates/partials/grid_card.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/partials/grid_card.html b/templates/partials/grid_card.html index 4120169..abcd923 100644 --- a/templates/partials/grid_card.html +++ b/templates/partials/grid_card.html | |||
| @@ -23,10 +23,10 @@ $if(it.url)$ | |||
| 23 | $elseif(it.category)$ | 23 | $elseif(it.category)$ |
| 24 | <small class="u-d-block">$it.category$</small> | 24 | <small class="u-d-block">$it.category$</small> |
| 25 | <strong class="u-d-block">$it.title$</strong> | 25 | <strong class="u-d-block">$it.title$</strong> |
| 26 | $elseif(it.date)$ | 26 | $elseif(it.last_update)$ |
| 27 | <small class="u-d-block"> | 27 | <small class="u-d-block"> |
| 28 | <time datetime="$it.date.yyyy_mm_dd$" itemprop="dateCreated"> | 28 | <time datetime="$it.last_update.yyyy_mm_dd$" itemprop="dateCreated"> |
| 29 | $it.date.long$ | 29 | $it.last_update.long$ |
| 30 | </time> | 30 | </time> |
| 31 | </small> | 31 | </small> |
| 32 | <strong class="u-d-block">$it.title$</strong> | 32 | <strong class="u-d-block">$it.title$</strong> |
