diff options
Diffstat (limited to 'templates/layouts/page.html')
-rw-r--r-- | templates/layouts/page.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index 554ba45..a91d6ad 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
@@ -1,5 +1,11 @@ | |||
1 | <main itemprop="hasPart" itemscope itemtype="https://schema.org/$schema_type$" itemid="$url.full$"> | 1 | <main |
2 | <article class="l-container l-container--pad-x l-container--pad-y l-container--narrow h-entry"> | 2 | class="l-container l-container--pad-x l-container--pad-y l-container--narrow-125" |
3 | itemprop="hasPart" | ||
4 | itemscope | ||
5 | itemtype="https://schema.org/$schema_type$" | ||
6 | itemid="$url.full$" | ||
7 | > | ||
8 | <article class="h-entry"> | ||
3 | $if(date)$ | 9 | $if(date)$ |
4 | <div class="o-badge s-body__meta u-mb-125 dt-updated"> | 10 | <div class="o-badge s-body__meta u-mb-125 dt-updated"> |
5 | $date.long$ | 11 | $date.long$ |
@@ -10,7 +16,7 @@ | |||
10 | <span class="s-headings__primary">$title$</span> | 16 | <span class="s-headings__primary">$title$</span> |
11 | </h1> | 17 | </h1> |
12 | 18 | ||
13 | <div class="s-body s-colored-links s-headings s-blockquotes s-code s-lists s-tables s-alerts e-content" itemprop="articleBody"> | 19 | <div class="l-container l-container--narrow u-ml-0 s-body s-colored-links s-headings s-blockquotes s-code s-lists s-tables s-alerts e-content" itemprop="articleBody"> |
14 | $body$ | 20 | $body$ |
15 | </div> | 21 | </div> |
16 | 22 | ||