diff options
author | Volpeon <git@volpeon.ink> | 2022-06-18 00:04:21 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-06-18 00:04:21 +0200 |
commit | 26c099aa807d8e67944f72be04a325f37da305d5 (patch) | |
tree | f7781f003b95979d6a2e1c39d9491c26589ec91a /templates/partials/grid_card.html | |
parent | Make some page elements wide (diff) | |
download | volpeon.ink-26c099aa807d8e67944f72be04a325f37da305d5.tar.gz volpeon.ink-26c099aa807d8e67944f72be04a325f37da305d5.tar.bz2 volpeon.ink-26c099aa807d8e67944f72be04a325f37da305d5.zip |
Added page type for art pieces
Diffstat (limited to 'templates/partials/grid_card.html')
-rw-r--r-- | templates/partials/grid_card.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/partials/grid_card.html b/templates/partials/grid_card.html index 9af9415..003e59f 100644 --- a/templates/partials/grid_card.html +++ b/templates/partials/grid_card.html | |||
@@ -24,11 +24,11 @@ $if(it.url)$ | |||
24 | <small class="u-d-block u-elp">$it.category$</small> | 24 | <small class="u-d-block u-elp">$it.category$</small> |
25 | <strong class="u-d-block u-elp">$it.title$</strong> | 25 | <strong class="u-d-block u-elp">$it.title$</strong> |
26 | $elseif(it.date)$ | 26 | $elseif(it.date)$ |
27 | <time datetime="$it.date.yyyy_mm_dd$" itemprop="dateCreated"> | 27 | <small class="u-d-block"> |
28 | <small> | 28 | <time datetime="$it.date.yyyy_mm_dd$" itemprop="dateCreated"> |
29 | $it.date.long$ | 29 | $it.date.long$ |
30 | </small> | 30 | </time> |
31 | </time> | 31 | </small> |
32 | <strong class="u-d-block u-elp">$it.title$</strong> | 32 | <strong class="u-d-block u-elp">$it.title$</strong> |
33 | $else$ | 33 | $else$ |
34 | <span class="p-name" itemprop="name headline"> | 34 | <span class="p-name" itemprop="name headline"> |