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.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html
index c1bd051..b93f45f 100644
--- a/templates/layouts/page.html
+++ b/templates/layouts/page.html
@@ -12,6 +12,12 @@
12 </time> 12 </time>
13 $endif$ 13 $endif$
14 14
15 $if(draft)$
16 <span class="o-badge u-mb-125">
17 Draft
18 </span>
19 $endif$
20
15 <h1 class="o-heading o-heading--xxl u-mt-0 p-name" itemprop="name headline"> 21 <h1 class="o-heading o-heading--xxl u-mt-0 p-name" itemprop="name headline">
16 <span class="s-headings__primary">$title$</span> 22 <span class="s-headings__primary">$title$</span>
17 </h1> 23 </h1>