diff options
Diffstat (limited to 'templates/layouts/list.html')
| -rw-r--r-- | templates/layouts/list.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/layouts/list.html b/templates/layouts/list.html index 6fe65c4..a7053c4 100644 --- a/templates/layouts/list.html +++ b/templates/layouts/list.html | |||
| @@ -6,7 +6,9 @@ | |||
| 6 | itemid="$url.full$" | 6 | itemid="$url.full$" |
| 7 | > | 7 | > |
| 8 | <header class="c-subheader s-links"> | 8 | <header class="c-subheader s-links"> |
| 9 | <h1 class="o-heading c-subheader__title p-name" itemprop="name headline">$title$.</h1> | 9 | <h1 class="c-subheader__title p-name" itemprop="name headline"> |
| 10 | $title$. | ||
| 11 | </h1> | ||
| 10 | $body$ | 12 | $body$ |
| 11 | </header> | 13 | </header> |
| 12 | 14 | ||
