diff options
Diffstat (limited to 'templates/layouts/page.html')
| -rw-r--r-- | templates/layouts/page.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index b1f7835..4bc6e17 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
| @@ -22,14 +22,14 @@ | |||
| 22 | <span class="s-headings__primary">$title$</span> | 22 | <span class="s-headings__primary">$title$</span> |
| 23 | </h1> | 23 | </h1> |
| 24 | 24 | ||
| 25 | <div class="s-colored-links s-headings s-blockquotes s-code s-lists s-tables s-alerts e-content" itemprop="articleBody"> | 25 | <div class="s-links s-links--colored s-headings s-blockquotes s-code s-lists s-tables s-alerts e-content" itemprop="articleBody"> |
| 26 | <div class="l-container l-container--narrow u-ml-0"> | 26 | <div class="l-container l-container--narrow u-ml-0"> |
| 27 | $body$ | 27 | $body$ |
| 28 | </div> | 28 | </div> |
| 29 | </div> | 29 | </div> |
| 30 | 30 | ||
| 31 | $if(references)$ | 31 | $if(references)$ |
| 32 | <footer class="s-colored-links s-lists"> | 32 | <footer class="s-links s-links--colored s-lists"> |
| 33 | <h1>References</h1> | 33 | <h1>References</h1> |
| 34 | <ul> | 34 | <ul> |
| 35 | $for(references)$ | 35 | $for(references)$ |
