diff options
| author | Volpeon <git@volpeon.ink> | 2021-12-16 18:29:18 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2021-12-16 18:29:18 +0100 |
| commit | 5f4cb1fd8b84e69092ac56a643b1618006f0442c (patch) | |
| tree | 1d2388ad69091163da498334e2de5c94c4e74dc7 /templates/layouts/list.html | |
| parent | Fix it for real (diff) | |
| download | volpeon.ink-5f4cb1fd8b84e69092ac56a643b1618006f0442c.tar.gz volpeon.ink-5f4cb1fd8b84e69092ac56a643b1618006f0442c.tar.bz2 volpeon.ink-5f4cb1fd8b84e69092ac56a643b1618006f0442c.zip | |
Add thumbnails to cards
Diffstat (limited to 'templates/layouts/list.html')
| -rw-r--r-- | templates/layouts/list.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/layouts/list.html b/templates/layouts/list.html index 32aa35a..9c6b26e 100644 --- a/templates/layouts/list.html +++ b/templates/layouts/list.html | |||
| @@ -9,6 +9,10 @@ $body$ | |||
| 9 | <div class="l-card-list__cards l-card-list__cards--grid"> | 9 | <div class="l-card-list__cards l-card-list__cards--grid"> |
| 10 | $list:partials/grid_card()$ | 10 | $list:partials/grid_card()$ |
| 11 | </div> | 11 | </div> |
| 12 | $elseif(list_layout.is_gallery)$ | ||
| 13 | <div class="l-card-list__cards l-card-list__cards--gallery"> | ||
| 14 | $list:partials/gallery_card()$ | ||
| 15 | </div> | ||
| 12 | $else$ | 16 | $else$ |
| 13 | <div class="l-card-list__cards"> | 17 | <div class="l-card-list__cards"> |
| 14 | $list:partials/list_card()$ | 18 | $list:partials/list_card()$ |
