diff options
Diffstat (limited to 'templates/partials/gallery_card.html')
| -rw-r--r-- | templates/partials/gallery_card.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/partials/gallery_card.html b/templates/partials/gallery_card.html index 4aa274a..3020c2d 100644 --- a/templates/partials/gallery_card.html +++ b/templates/partials/gallery_card.html | |||
| @@ -36,10 +36,10 @@ $if(it.thumbnail)$ | |||
| 36 | $elseif(it.category)$ | 36 | $elseif(it.category)$ |
| 37 | <small class="u-d-block">$it.category$</small> | 37 | <small class="u-d-block">$it.category$</small> |
| 38 | <strong class="u-d-block">$it.title$</strong> | 38 | <strong class="u-d-block">$it.title$</strong> |
| 39 | $elseif(it.date)$ | 39 | $elseif(it.last_update)$ |
| 40 | <small class="u-d-block"> | 40 | <small class="u-d-block"> |
| 41 | <time datetime="$it.date.yyyy_mm_dd$" itemprop="dateCreated"> | 41 | <time datetime="$it.last_update.yyyy_mm_dd$" itemprop="dateCreated"> |
| 42 | $it.date.long$ | 42 | $it.last_update.long$ |
| 43 | </time> | 43 | </time> |
| 44 | </small> | 44 | </small> |
| 45 | <strong class="u-d-block">$it.title$</strong> | 45 | <strong class="u-d-block">$it.title$</strong> |
