diff options
Diffstat (limited to 'templates/layouts/list.html')
-rw-r--r-- | templates/layouts/list.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/templates/layouts/list.html b/templates/layouts/list.html index cf54c4b..6fe65c4 100644 --- a/templates/layouts/list.html +++ b/templates/layouts/list.html | |||
@@ -5,12 +5,9 @@ | |||
5 | itemtype="https://schema.org/DataFeed" | 5 | itemtype="https://schema.org/DataFeed" |
6 | itemid="$url.full$" | 6 | itemid="$url.full$" |
7 | > | 7 | > |
8 | <header class="s-colored-links"> | 8 | <header class="c-subheader s-links"> |
9 | <h1 class="o-heading o-heading--xxl u-mt-0 p-name" itemprop="name headline"> | 9 | <h1 class="o-heading c-subheader__title p-name" itemprop="name headline">$title$.</h1> |
10 | <span class="o-heading__primary">$title$</span> | 10 | $body$ |
11 | </h1> | ||
12 | |||
13 | $body$ | ||
14 | </header> | 11 | </header> |
15 | 12 | ||
16 | <div class="l-card-list"> | 13 | <div class="l-card-list"> |