summaryrefslogtreecommitdiffstats
path: root/templates/layouts/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layouts/page.html')
-rw-r--r--templates/layouts/page.html22
1 files changed, 14 insertions, 8 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html
index 75ea3be..f64e50b 100644
--- a/templates/layouts/page.html
+++ b/templates/layouts/page.html
@@ -1,11 +1,17 @@
1<article class="l-container l-container--pad-x l-container--pad-y l-container--narrow s-body s-colored-links s-headings s-blockquotes s-code s-lists s-tables $if(intro)$s-intro$endif$"> 1<main itemprop="hasPart" itemscope itemtype="https://schema.org/$it.schema_type$" itemid="$url.full$">
2 $if(date)$ 2 <article class="l-container l-container--pad-x l-container--pad-y l-container--narrow h-entry">
3 <div class="o-badge s-body__meta u-mb-125"> 3 $if(date)$
4 $date.long$ 4 <div class="o-badge s-body__meta u-mb-125 dt-updated">
5 </div> 5 $date.long$
6 $endif$ 6 </div>
7 $endif$
7 8
8 <h1 class="u-mt-0"><span class="s-headings__primary">$title$</span></h1> 9 <h1 class="o-heading o-heading--xxl u-mt-0 p-name" itemprop="name headline">
10 <span class="s-headings__primary">$title$</span>
11 </h1>
9 12
13 <div class="s-body s-colored-links s-headings s-blockquotes s-code s-lists s-tables e-content" itemprop="articleBody">
10$body$ 14$body$
11</article> 15 </div>
16 </article>
17</main>