diff options
Diffstat (limited to 'templates/layouts/page.html')
| -rw-r--r-- | templates/layouts/page.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index 689d17b..3721510 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | > | 7 | > |
| 8 | <article class="h-entry"> | 8 | <article class="h-entry"> |
| 9 | $if(date)$ | 9 | $if(date)$ |
| 10 | <time datetime="$date.yyyy_mm_dd$" class="o-badge s-body__meta u-mb-125 dt-updated" itemprop="dateCreated"> | 10 | <time datetime="$date.yyyy_mm_dd$" class="o-badge u-mb-125 dt-updated" itemprop="dateCreated"> |
| 11 | $date.long$ | 11 | $date.long$ |
| 12 | </time> | 12 | </time> |
| 13 | $endif$ | 13 | $endif$ |
| @@ -16,14 +16,14 @@ | |||
| 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="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-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 | <div class="l-container l-container--narrow u-ml-0"> |
| 21 | $body$ | 21 | $body$ |
| 22 | </div> | 22 | </div> |
| 23 | </div> | 23 | </div> |
| 24 | 24 | ||
| 25 | $if(references)$ | 25 | $if(references)$ |
| 26 | <footer class="s-body s-colored-links s-lists"> | 26 | <footer class="s-colored-links s-lists"> |
| 27 | <hr /> | 27 | <hr /> |
| 28 | 28 | ||
| 29 | <h1>References</h1> | 29 | <h1>References</h1> |
