diff options
| author | Volpeon <git@volpeon.ink> | 2021-12-16 12:19:50 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2021-12-16 12:19:50 +0100 |
| commit | 4a13dd4156d6468cbfd5139cdf12410bc9c3b07d (patch) | |
| tree | f92dc286a25aac2f833b8feb8ac27e502af0cf29 /templates/layouts/list.html | |
| parent | Added RSS feeds (diff) | |
| download | volpeon.ink-4a13dd4156d6468cbfd5139cdf12410bc9c3b07d.tar.gz volpeon.ink-4a13dd4156d6468cbfd5139cdf12410bc9c3b07d.tar.bz2 volpeon.ink-4a13dd4156d6468cbfd5139cdf12410bc9c3b07d.zip | |
Support generic list layouts
Diffstat (limited to 'templates/layouts/list.html')
| -rw-r--r-- | templates/layouts/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/list.html b/templates/layouts/list.html index f3e5768..32aa35a 100644 --- a/templates/layouts/list.html +++ b/templates/layouts/list.html | |||
| @@ -5,7 +5,7 @@ $body$ | |||
| 5 | </header> | 5 | </header> |
| 6 | 6 | ||
| 7 | <div class="l-card-list"> | 7 | <div class="l-card-list"> |
| 8 | $if(list_grid)$ | 8 | $if(list_layout.is_grid)$ |
| 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> |
