diff options
author | Volpeon <git@volpeon.ink> | 2022-06-17 09:26:26 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-06-17 09:26:26 +0200 |
commit | 94989841d60adfc1712e743f78ddfd18f427fccd (patch) | |
tree | 89cb9cb5f6e846fe8e8024400c7b43333cf0d81a /templates/partials | |
parent | Update (diff) | |
download | volpeon.ink-94989841d60adfc1712e743f78ddfd18f427fccd.tar.gz volpeon.ink-94989841d60adfc1712e743f78ddfd18f427fccd.tar.bz2 volpeon.ink-94989841d60adfc1712e743f78ddfd18f427fccd.zip |
Update
Diffstat (limited to 'templates/partials')
-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$ |