diff options
Diffstat (limited to 'templates/layouts')
| -rw-r--r-- | templates/layouts/page.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index a91d6ad..f65a1cf 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
| @@ -16,8 +16,10 @@ | |||
| 16 | <span class="s-headings__primary">$title$</span> | 16 | <span class="s-headings__primary">$title$</span> |
| 17 | </h1> | 17 | </h1> |
| 18 | 18 | ||
| 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"> | 19 | <div class="s-body s-colored-links s-headings s-blockquotes s-code s-lists s-tables s-alerts e-content" itemprop="articleBody"> |
| 20 | <div class="l-container l-container--narrow u-ml-0"> | ||
| 20 | $body$ | 21 | $body$ |
| 22 | </div> | ||
| 21 | </div> | 23 | </div> |
| 22 | 24 | ||
| 23 | $if(references)$ | 25 | $if(references)$ |
