diff options
Diffstat (limited to 'templates/layouts/list.html')
| -rw-r--r-- | templates/layouts/list.html | 46 |
1 files changed, 25 insertions, 21 deletions
diff --git a/templates/layouts/list.html b/templates/layouts/list.html index 105c7f5..66a08fd 100644 --- a/templates/layouts/list.html +++ b/templates/layouts/list.html | |||
| @@ -1,27 +1,31 @@ | |||
| 1 | <main itemprop="mainPart" itemscope itemtype="https://schema.org/DataFeed" itemid="$url.full$"> | 1 | <main |
| 2 | <div class="l-container l-container--pad-x l-container--pad-y l-container--narrow"> | 2 | class="l-container l-container--pad-x l-container--pad-y l-container--narrow-125 h-feed" |
| 3 | <header class="s-colored-links"> | 3 | itemprop="mainPart" |
| 4 | <h1 class="o-heading o-heading--xxl u-mt-0 p-name" itemprop="name headline"> | 4 | itemscope |
| 5 | <span class="o-heading__primary">$title$</span> | 5 | itemtype="https://schema.org/DataFeed" |
| 6 | </h1> | 6 | itemid="$url.full$" |
| 7 | > | ||
| 8 | <header class="s-colored-links"> | ||
| 9 | <h1 class="o-heading o-heading--xxl u-mt-0 p-name" itemprop="name headline"> | ||
| 10 | <span class="o-heading__primary">$title$</span> | ||
| 11 | </h1> | ||
| 7 | 12 | ||
| 8 | $body$ | 13 | $body$ |
| 9 | </header> | 14 | </header> |
| 10 | 15 | ||
| 11 | <div class="l-card-list"> | 16 | <div class="l-card-list"> |
| 12 | <div class="l-card-list__cards l-card-list__cards--$list_layout.id$"> | 17 | <div class="l-card-list__cards l-card-list__cards--$list_layout.id$"> |
| 13 | $if(list_layout.is_grid-2)$ | 18 | $if(list_layout.is_grid-2)$ |
| 14 | $list:partials/grid_card()$ | 19 | $list:partials/grid_card()$ |
| 15 | $elseif(list_layout.is_grid-3)$ | 20 | $elseif(list_layout.is_grid-3)$ |
| 16 | $list:partials/grid_card()$ | 21 | $list:partials/grid_card()$ |
| 17 | $elseif(list_layout.is_gallery-2)$ | 22 | $elseif(list_layout.is_gallery-2)$ |
| 18 | $list:partials/gallery_card()$ | 23 | $list:partials/gallery_card()$ |
| 19 | $elseif(list_layout.is_gallery-3)$ | 24 | $elseif(list_layout.is_gallery-3)$ |
| 20 | $list:partials/gallery_card()$ | 25 | $list:partials/gallery_card()$ |
| 21 | $else$ | 26 | $else$ |
| 22 | $list:partials/list_card()$ | 27 | $list:partials/list_card()$ |
| 23 | $endif$ | 28 | $endif$ |
| 24 | </div> | ||
| 25 | </div> | 29 | </div> |
| 26 | </div> | 30 | </div> |
| 27 | </main> | 31 | </main> |
